Html Css Color HEX #1CCCEF Deep Sky Blue

📋 copy color: '#1CCCEF'

red 28 ◦ green 204 ◦ blue 239

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

Shades of Deep Sky Blue #1CCCEF

Tints of Deep Sky Blue #1CCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 5.94%
G = 43.31%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CCCEF (or 0x1CCCEF) is known color: Deep Sky Blue. HEX triplet: 1C, CC and EF. RGB value is (28,204,239). Sum of RGB (Red+Green+Blue) = 28+204+239=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCEF is #E33310. Grayscale: #9B9B9B. Windows color (decimal): -14889745 or 15715356. OLE color: 15715356.

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

Color convert

RGB 28 204 239 -
CMYK 0.88 0.15 0 0.06
HSL 189.95º 0.87% 0.52% -
HSV(B) 189.95º 0.88% 0.94% -
XYZ 37.65 49.66 89.26 -
YUV 155.37 175.19 37.15 -
System Red Green Blue C M Y K H S L
Decimal 28 204 239 0.88 0.15 0 0.06 189.95 0.87 0.52
Hex 1C CC EF 58 F 0 6 BE 57 34
Octal 34 314 357 130 17 0 6 276 127 64
Binary 11100 11001100 11101111 1011000 1111 0 110 10111110 1010111 110100

Color Harmonies of #1CCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCEF

Black with #1CCCEF

Text Example


Text Example

White with #1CCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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