Html Css Color HEX #469CE5 Summer Sky

📋 copy color: '#469CE5'

red 70 ◦ green 156 ◦ blue 229

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

Shades of Summer Sky #469CE5

Tints of Summer Sky #469CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

 BLUE value IS 229 (89.84% from 255) = 50.33%

R = 15.38%
G = 34.29%
B = 50.33%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#469CE5 (or 0x469CE5) is known color: Summer Sky. HEX triplet: 46, 9C and E5. RGB value is (70,156,229). Sum of RGB (Red+Green+Blue) = 70+156+229=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #469CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CE5 is #B9631A. Grayscale: #8A8A8A. Windows color (decimal): -12149531 or 15047750. OLE color: 15047750.

HSL color Cylindrical-coordinate representation of color #469CE5: hue angle of 207.55º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469CE5 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 156 229 -
CMYK 0.69 0.32 0 0.10
HSL 207.55º 0.75% 0.59% -
HSV(B) 207.55º 0.69% 0.9% -
XYZ 28.56 30.74 78.56 -
YUV 138.61 179.01 79.06 -
System Red Green Blue C M Y K H S L
Decimal 70 156 229 0.69 0.32 0 0.10 207.55 0.75 0.59
Hex 46 9C E5 45 20 0 A D0 4B 3B
Octal 106 234 345 105 40 0 12 320 113 73
Binary 1000110 10011100 11100101 1000101 100000 0 1010 11010000 1001011 111011

Color Harmonies of #469CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CE5

Black with #469CE5

Text Example


Text Example

White with #469CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,229); }

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

background-color css

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

 a { background-color: rgb(70,156,229); }

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

border-color css

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

 span { border-color: rgb(70,156,229); }

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