Html Css Color HEX #469FDE Summer Sky

📋 copy color: '#469FDE'

red 70 ◦ green 159 ◦ blue 222

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

Shades of Summer Sky #469FDE

Tints of Summer Sky #469FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 15.52%
G = 35.25%
B = 49.22%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#469FDE (or 0x469FDE) is known color: Summer Sky. HEX triplet: 46, 9F and DE. RGB value is (70,159,222). Sum of RGB (Red+Green+Blue) = 70+159+222=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #469FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FDE is #B96021. Grayscale: #8B8B8B. Windows color (decimal): -12148770 or 14589766. OLE color: 14589766.

HSL color Cylindrical-coordinate representation of color #469FDE: hue angle of 204.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469FDE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 159 222 -
CMYK 0.68 0.28 0 0.13
HSL 204.87º 0.7% 0.57% -
HSV(B) 204.87º 0.68% 0.87% -
XYZ 28.11 31.37 73.68 -
YUV 139.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 70 159 222 0.68 0.28 0 0.13 204.87 0.7 0.57
Hex 46 9F DE 44 1C 0 D CD 46 39
Octal 106 237 336 104 34 0 15 315 106 71
Binary 1000110 10011111 11011110 1000100 11100 0 1101 11001101 1000110 111001

Color Harmonies of #469FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FDE

Black with #469FDE

Text Example


Text Example

White with #469FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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