Html Css Color HEX #1CA6EA Summer Sky

📋 copy color: '#1CA6EA'

red 28 ◦ green 166 ◦ blue 234

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

Shades of Summer Sky #1CA6EA

Tints of Summer Sky #1CA6EA

RGB

 RED value IS 28 (11.33% from 255) = 6.54%

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 6.54%
G = 38.79%
B = 54.67%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CA6EA (or 0x1CA6EA) is known color: Summer Sky. HEX triplet: 1C, A6 and EA. RGB value is (28,166,234). Sum of RGB (Red+Green+Blue) = 28+166+234=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CA6EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA6EA is #E35915. Grayscale: #848484. Windows color (decimal): -14899478 or 15377948. OLE color: 15377948.

HSL color Cylindrical-coordinate representation of color #1CA6EA: hue angle of 199.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA6EA is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 166 234 -
CMYK 0.88 0.29 0 0.08
HSL 199.81º 0.83% 0.51% -
HSV(B) 199.81º 0.88% 0.92% -
XYZ 28.97 33.46 82.77 -
YUV 132.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 28 166 234 0.88 0.29 0 0.08 199.81 0.83 0.51
Hex 1C A6 EA 58 1D 0 8 C8 53 33
Octal 34 246 352 130 35 0 10 310 123 63
Binary 11100 10100110 11101010 1011000 11101 0 1000 11001000 1010011 110011

Color Harmonies of #1CA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA6EA

Black with #1CA6EA

Text Example


Text Example

White with #1CA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CA6EA; }

 p { color: rgb(28,166,234); }

 H1.HeaderClassName
 {
   color: #1CA6EA;
 }
 .AnyTagClassName
 {
   color: #1CA6EA;
 }
</style>

background-color css

<style>
 a { background-color: #1CA6EA; }

 a { background-color: rgb(28,166,234); }

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

border-color css

<style>
 span { border-color: #1CA6EA; }

 span { border-color: rgb(28,166,234); }

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