Html Css Color HEX #1CCCFB Deep Sky Blue

📋 copy color: '#1CCCFB'

red 28 ◦ green 204 ◦ blue 251

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

Shades of Deep Sky Blue #1CCCFB

Tints of Deep Sky Blue #1CCCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 5.8%
G = 42.24%
B = 51.97%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CCCFB (or 0x1CCCFB) is known color: Deep Sky Blue. HEX triplet: 1C, CC and FB. RGB value is (28,204,251). Sum of RGB (Red+Green+Blue) = 28+204+251=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CCCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCFB is #E33304. Grayscale: #9C9C9C. Windows color (decimal): -14889733 or 16501788. OLE color: 16501788.

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

Color convert

RGB 28 204 251 -
CMYK 0.89 0.19 0 0.02
HSL 192.65º 0.97% 0.55% -
HSV(B) 192.65º 0.89% 0.98% -
XYZ 39.48 50.4 98.91 -
YUV 156.73 181.19 36.18 -
System Red Green Blue C M Y K H S L
Decimal 28 204 251 0.89 0.19 0 0.02 192.65 0.97 0.55
Hex 1C CC FB 59 13 0 2 C1 61 37
Octal 34 314 373 131 23 0 2 301 141 67
Binary 11100 11001100 11111011 1011001 10011 0 10 11000001 1100001 110111

Color Harmonies of #1CCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCFB

Black with #1CCCFB

Text Example


Text Example

White with #1CCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,251); }

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

background-color css

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

 a { background-color: rgb(28,204,251); }

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

border-color css

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

 span { border-color: rgb(28,204,251); }

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