Html Css Color HEX #1CB2EF Summer Sky

📋 copy color: '#1CB2EF'

red 28 ◦ green 178 ◦ blue 239

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

Shades of Summer Sky #1CB2EF

Tints of Summer Sky #1CB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 6.29%
G = 40%
B = 53.71%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CB2EF (or 0x1CB2EF) is known color: Summer Sky. HEX triplet: 1C, B2 and EF. RGB value is (28,178,239). Sum of RGB (Red+Green+Blue) = 28+178+239=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB2EF is #E34D10. Grayscale: #8B8B8B. Windows color (decimal): -14896401 or 15708700. OLE color: 15708700.

HSL color Cylindrical-coordinate representation of color #1CB2EF: hue angle of 197.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB2EF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 178 239 -
CMYK 0.88 0.26 0 0.06
HSL 197.35º 0.87% 0.52% -
HSV(B) 197.35º 0.88% 0.94% -
XYZ 31.98 38.32 87.37 -
YUV 140.1 183.81 48.04 -
System Red Green Blue C M Y K H S L
Decimal 28 178 239 0.88 0.26 0 0.06 197.35 0.87 0.52
Hex 1C B2 EF 58 1A 0 6 C5 57 34
Octal 34 262 357 130 32 0 6 305 127 64
Binary 11100 10110010 11101111 1011000 11010 0 110 11000101 1010111 110100

Color Harmonies of #1CB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2EF

Black with #1CB2EF

Text Example


Text Example

White with #1CB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,178,239); }

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

background-color css

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

 a { background-color: rgb(28,178,239); }

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

border-color css

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

 span { border-color: rgb(28,178,239); }

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