Html Css Color HEX #1CBFF0 Deep Sky Blue

📋 copy color: '#1CBFF0'

red 28 ◦ green 191 ◦ blue 240

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

Shades of Deep Sky Blue #1CBFF0

Tints of Deep Sky Blue #1CBFF0

RGB

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

 GREEN value IS 191 (75% from 255) = 41.61%

 BLUE value IS 240 (94.14% from 255) = 52.29%

R = 6.1%
G = 41.61%
B = 52.29%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CBFF0 (or 0x1CBFF0) is known color: Deep Sky Blue. HEX triplet: 1C, BF and F0. RGB value is (28,191,240). Sum of RGB (Red+Green+Blue) = 28+191+240=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CBFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBFF0 is #E3400F. Grayscale: #939393. Windows color (decimal): -14893072 or 15777564. OLE color: 15777564.

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

Color convert

RGB 28 191 240 -
CMYK 0.88 0.20 0 0.06
HSL 193.87º 0.88% 0.53% -
HSV(B) 193.87º 0.88% 0.94% -
XYZ 34.84 43.8 89.06 -
YUV 147.85 180 42.52 -
System Red Green Blue C M Y K H S L
Decimal 28 191 240 0.88 0.20 0 0.06 193.87 0.88 0.53
Hex 1C BF F0 58 14 0 6 C2 58 35
Octal 34 277 360 130 24 0 6 302 130 65
Binary 11100 10111111 11110000 1011000 10100 0 110 11000010 1011000 110101

Color Harmonies of #1CBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFF0

Black with #1CBFF0

Text Example


Text Example

White with #1CBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,191,240); }

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

background-color css

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

 a { background-color: rgb(28,191,240); }

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

border-color css

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

 span { border-color: rgb(28,191,240); }

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