Html Css Color HEX #1CCCF2 Deep Sky Blue

📋 copy color: '#1CCCF2'

red 28 ◦ green 204 ◦ blue 242

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

Shades of Deep Sky Blue #1CCCF2

Tints of Deep Sky Blue #1CCCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.05%

R = 5.91%
G = 43.04%
B = 51.05%

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

#1CCCF2 (or 0x1CCCF2) is known color: Deep Sky Blue. HEX triplet: 1C, CC and F2. RGB value is (28,204,242). Sum of RGB (Red+Green+Blue) = 28+204+242=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #1CCCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCF2 is #E3330D. Grayscale: #9B9B9B. Windows color (decimal): -14889742 or 15911964. OLE color: 15911964.

HSL color Cylindrical-coordinate representation of color #1CCCF2: hue angle of 190.65º degrees, saturation: 0.89, 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 #1CCCF2 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 204 242 -
CMYK 0.88 0.16 0 0.05
HSL 190.65º 0.89% 0.53% -
HSV(B) 190.65º 0.88% 0.95% -
XYZ 38.1 49.84 91.62 -
YUV 155.71 176.69 36.91 -
System Red Green Blue C M Y K H S L
Decimal 28 204 242 0.88 0.16 0 0.05 190.65 0.89 0.53
Hex 1C CC F2 58 10 0 5 BF 59 35
Octal 34 314 362 130 20 0 5 277 131 65
Binary 11100 11001100 11110010 1011000 10000 0 101 10111111 1011001 110101

Color Harmonies of #1CCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCF2

Black with #1CCCF2

Text Example


Text Example

White with #1CCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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