Html Css Color HEX #469EEB Summer Sky

📋 copy color: '#469EEB'

red 70 ◦ green 158 ◦ blue 235

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

Shades of Summer Sky #469EEB

Tints of Summer Sky #469EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 15.12%
G = 34.13%
B = 50.76%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#469EEB (or 0x469EEB) is known color: Summer Sky. HEX triplet: 46, 9E and EB. RGB value is (70,158,235). Sum of RGB (Red+Green+Blue) = 70+158+235=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #469EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EEB is #B96114. Grayscale: #8C8C8C. Windows color (decimal): -12149013 or 15441478. OLE color: 15441478.

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

Color convert

RGB 70 158 235 -
CMYK 0.70 0.33 0 0.08
HSL 208º 0.8% 0.6% -
HSV(B) 208º 0.7% 0.92% -
XYZ 29.75 31.75 83.16 -
YUV 140.47 181.35 77.74 -
System Red Green Blue C M Y K H S L
Decimal 70 158 235 0.70 0.33 0 0.08 208 0.8 0.6
Hex 46 9E EB 46 21 0 8 D0 50 3C
Octal 106 236 353 106 41 0 10 320 120 74
Binary 1000110 10011110 11101011 1000110 100001 0 1000 11010000 1010000 111100

Color Harmonies of #469EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EEB

Black with #469EEB

Text Example


Text Example

White with #469EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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