Html Css Color HEX #469EEF Summer Sky

📋 copy color: '#469EEF'

red 70 ◦ green 158 ◦ blue 239

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

Shades of Summer Sky #469EEF

Tints of Summer Sky #469EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 14.99%
G = 33.83%
B = 51.18%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#469EEF (or 0x469EEF) is known color: Summer Sky. HEX triplet: 46, 9E and EF. RGB value is (70,158,239). Sum of RGB (Red+Green+Blue) = 70+158+239=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #469EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EEF is #B96110. Grayscale: #8C8C8C. Windows color (decimal): -12149009 or 15703622. OLE color: 15703622.

HSL color Cylindrical-coordinate representation of color #469EEF: hue angle of 208.76º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469EEF is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 158 239 -
CMYK 0.71 0.34 0 0.06
HSL 208.76º 0.84% 0.61% -
HSV(B) 208.76º 0.71% 0.94% -
XYZ 30.33 31.99 86.24 -
YUV 140.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 70 158 239 0.71 0.34 0 0.06 208.76 0.84 0.61
Hex 46 9E EF 47 22 0 6 D1 54 3D
Octal 106 236 357 107 42 0 6 321 124 75
Binary 1000110 10011110 11101111 1000111 100010 0 110 11010001 1010100 111101

Color Harmonies of #469EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EEF

Black with #469EEF

Text Example


Text Example

White with #469EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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