Html Css Color HEX #469BEA Summer Sky

📋 copy color: '#469BEA'

red 70 ◦ green 155 ◦ blue 234

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

Shades of Summer Sky #469BEA

Tints of Summer Sky #469BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 15.25%
G = 33.77%
B = 50.98%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#469BEA (or 0x469BEA) is known color: Summer Sky. HEX triplet: 46, 9B and EA. RGB value is (70,155,234). Sum of RGB (Red+Green+Blue) = 70+155+234=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #469BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BEA is #B96415. Grayscale: #8A8A8A. Windows color (decimal): -12149782 or 15375174. OLE color: 15375174.

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

Color convert

RGB 70 155 234 -
CMYK 0.70 0.34 0 0.08
HSL 208.9º 0.8% 0.6% -
HSV(B) 208.9º 0.7% 0.92% -
XYZ 29.1 30.69 82.23 -
YUV 138.59 181.84 79.08 -
System Red Green Blue C M Y K H S L
Decimal 70 155 234 0.70 0.34 0 0.08 208.9 0.8 0.6
Hex 46 9B EA 46 22 0 8 D1 50 3C
Octal 106 233 352 106 42 0 10 321 120 74
Binary 1000110 10011011 11101010 1000110 100010 0 1000 11010001 1010000 111100

Color Harmonies of #469BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BEA

Black with #469BEA

Text Example


Text Example

White with #469BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,234); }

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

background-color css

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

 a { background-color: rgb(70,155,234); }

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

border-color css

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

 span { border-color: rgb(70,155,234); }

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