Html Css Color HEX #1CCBF1 Deep Sky Blue

📋 copy color: '#1CCBF1'

red 28 ◦ green 203 ◦ blue 241

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

Shades of Deep Sky Blue #1CCBF1

Tints of Deep Sky Blue #1CCBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

 BLUE value IS 241 (94.53% from 255) = 51.06%

R = 5.93%
G = 43.01%
B = 51.06%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1CCBF1 (or 0x1CCBF1) is known color: Deep Sky Blue. HEX triplet: 1C, CB and F1. RGB value is (28,203,241). Sum of RGB (Red+Green+Blue) = 28+203+241=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #1CCBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCBF1 is #E3340E. Grayscale: #9A9A9A. Windows color (decimal): -14889999 or 15846172. OLE color: 15846172.

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

Color convert

RGB 28 203 241 -
CMYK 0.88 0.16 0 0.05
HSL 190.7º 0.88% 0.53% -
HSV(B) 190.7º 0.88% 0.95% -
XYZ 37.71 49.31 90.75 -
YUV 155.01 176.52 37.41 -
System Red Green Blue C M Y K H S L
Decimal 28 203 241 0.88 0.16 0 0.05 190.7 0.88 0.53
Hex 1C CB F1 58 10 0 5 BF 58 35
Octal 34 313 361 130 20 0 5 277 130 65
Binary 11100 11001011 11110001 1011000 10000 0 101 10111111 1011000 110101

Color Harmonies of #1CCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCBF1

Black with #1CCBF1

Text Example


Text Example

White with #1CCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,203,241); }

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

background-color css

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

 a { background-color: rgb(28,203,241); }

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

border-color css

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

 span { border-color: rgb(28,203,241); }

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