Html Css Color HEX #469EEC Summer Sky

📋 copy color: '#469EEC'

red 70 ◦ green 158 ◦ blue 236

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

Shades of Summer Sky #469EEC

Tints of Summer Sky #469EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.05%

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

R = 15.09%
G = 34.05%
B = 50.86%

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

#469EEC (or 0x469EEC) is known color: Summer Sky. HEX triplet: 46, 9E and EC. RGB value is (70,158,236). Sum of RGB (Red+Green+Blue) = 70+158+236=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #469EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EEC is #B96113. Grayscale: #8C8C8C. Windows color (decimal): -12149012 or 15507014. OLE color: 15507014.

HSL color Cylindrical-coordinate representation of color #469EEC: hue angle of 208.19º 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 #469EEC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 158 236 -
CMYK 0.70 0.33 0 0.07
HSL 208.19º 0.81% 0.6% -
HSV(B) 208.19º 0.7% 0.93% -
XYZ 29.89 31.81 83.92 -
YUV 140.58 181.85 77.66 -
System Red Green Blue C M Y K H S L
Decimal 70 158 236 0.70 0.33 0 0.07 208.19 0.81 0.6
Hex 46 9E EC 46 21 0 7 D0 51 3C
Octal 106 236 354 106 41 0 7 320 121 74
Binary 1000110 10011110 11101100 1000110 100001 0 111 11010000 1010001 111100

Color Harmonies of #469EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EEC

Black with #469EEC

Text Example


Text Example

White with #469EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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