Html Css Color HEX #1CB6EA Summer Sky

📋 copy color: '#1CB6EA'

red 28 ◦ green 182 ◦ blue 234

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

Shades of Summer Sky #1CB6EA

Tints of Summer Sky #1CB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 6.31%
G = 40.99%
B = 52.7%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CB6EA (or 0x1CB6EA) is known color: Summer Sky. HEX triplet: 1C, B6 and EA. RGB value is (28,182,234). Sum of RGB (Red+Green+Blue) = 28+182+234=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CB6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB6EA is #E34915. Grayscale: #8D8D8D. Windows color (decimal): -14895382 or 15382044. OLE color: 15382044.

HSL color Cylindrical-coordinate representation of color #1CB6EA: hue angle of 195.15º 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 #1CB6EA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 182 234 -
CMYK 0.88 0.22 0 0.08
HSL 195.15º 0.83% 0.51% -
HSV(B) 195.15º 0.88% 0.92% -
XYZ 32.06 39.64 83.8 -
YUV 141.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 28 182 234 0.88 0.22 0 0.08 195.15 0.83 0.51
Hex 1C B6 EA 58 16 0 8 C3 53 33
Octal 34 266 352 130 26 0 10 303 123 63
Binary 11100 10110110 11101010 1011000 10110 0 1000 11000011 1010011 110011

Color Harmonies of #1CB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB6EA

Black with #1CB6EA

Text Example


Text Example

White with #1CB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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