Html Css Color HEX #469FEC Summer Sky

📋 copy color: '#469FEC'

red 70 ◦ green 159 ◦ blue 236

#469FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #469FEC

Tints of Summer Sky #469FEC

RGB

 RED value IS 70 (27.73% from 255) = 15.05%

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 15.05%
G = 34.19%
B = 50.75%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#469FEC (or 0x469FEC) is known color: Summer Sky. HEX triplet: 46, 9F and EC. RGB value is (70,159,236). Sum of RGB (Red+Green+Blue) = 70+159+236=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #469FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FEC is #B96013. Grayscale: #8C8C8C. Windows color (decimal): -12148756 or 15507270. OLE color: 15507270.

HSL color Cylindrical-coordinate representation of color #469FEC: hue angle of 207.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469FEC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 159 236 -
CMYK 0.70 0.33 0 0.07
HSL 207.83º 0.81% 0.6% -
HSV(B) 207.83º 0.7% 0.93% -
XYZ 30.06 32.15 83.98 -
YUV 141.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 70 159 236 0.70 0.33 0 0.07 207.83 0.81 0.6
Hex 46 9F EC 46 21 0 7 D0 51 3C
Octal 106 237 354 106 41 0 7 320 121 74
Binary 1000110 10011111 11101100 1000110 100001 0 111 11010000 1010001 111100

Color Harmonies of #469FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FEC

Black with #469FEC

Text Example


Text Example

White with #469FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469FEC; }

 p { color: rgb(70,159,236); }

 H1.HeaderClassName
 {
   color: #469FEC;
 }
 .AnyTagClassName
 {
   color: #469FEC;
 }
</style>

background-color css

<style>
 a { background-color: #469FEC; }

 a { background-color: rgb(70,159,236); }

 div.DivClassName
 {
   background-color: #469FEC;
 }
 .BgClassName
 {
   background-color: #469FEC;
 }
</style>

border-color css

<style>
 span { border-color: #469FEC; }

 span { border-color: rgb(70,159,236); }

 td.TdClassName
 {
   border-color: #469FEC;
 }
 .TagClassName
 {
   border-color: #469FEC;
 }
</style>