Html Css Color HEX #1CB2FF Deep Sky Blue

📋 copy color: '#1CB2FF'

red 28 ◦ green 178 ◦ blue 255

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

Shades of Deep Sky Blue #1CB2FF

Tints of Deep Sky Blue #1CB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 6.07%
G = 38.61%
B = 55.31%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CB2FF (or 0x1CB2FF) is known color: Deep Sky Blue. HEX triplet: 1C, B2 and FF. RGB value is (28,178,255). Sum of RGB (Red+Green+Blue) = 28+178+255=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB2FF is #E34D00. Grayscale: #8D8D8D. Windows color (decimal): -14896385 or 16757276. OLE color: 16757276.

HSL color Cylindrical-coordinate representation of color #1CB2FF: hue angle of 200.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB2FF is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 28 178 255 -
CMYK 0.89 0.30 0 0
HSL 200.35º 1% 0.55% -
HSV(B) 200.35º 0.89% 1% -
XYZ 34.45 39.31 100.38 -
YUV 141.93 191.81 46.74 -
System Red Green Blue C M Y K H S L
Decimal 28 178 255 0.89 0.30 0 0 200.35 1 0.55
Hex 1C B2 FF 59 1E 0 0 C8 64 37
Octal 34 262 377 131 36 0 0 310 144 67
Binary 11100 10110010 11111111 1011001 11110 0 0 11001000 1100100 110111

Color Harmonies of #1CB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB2FF

Black with #1CB2FF

Text Example


Text Example

White with #1CB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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