Html Css Color HEX #1CCFEF Deep Sky Blue

📋 copy color: '#1CCFEF'

red 28 ◦ green 207 ◦ blue 239

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

Shades of Deep Sky Blue #1CCFEF

Tints of Deep Sky Blue #1CCFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

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

R = 5.91%
G = 43.67%
B = 50.42%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1CCFEF (or 0x1CCFEF) is known color: Deep Sky Blue. HEX triplet: 1C, CF and EF. RGB value is (28,207,239). Sum of RGB (Red+Green+Blue) = 28+207+239=474 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.91% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CCFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFEF is #E33010. Grayscale: #9C9C9C. Windows color (decimal): -14888977 or 15716124. OLE color: 15716124.

HSL color Cylindrical-coordinate representation of color #1CCFEF: hue angle of 189.1º 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 #1CCFEF is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 207 239 -
CMYK 0.88 0.13 0 0.06
HSL 189.1º 0.87% 0.52% -
HSV(B) 189.1º 0.88% 0.94% -
XYZ 38.37 51.1 89.5 -
YUV 157.13 174.2 35.9 -
System Red Green Blue C M Y K H S L
Decimal 28 207 239 0.88 0.13 0 0.06 189.1 0.87 0.52
Hex 1C CF EF 58 D 0 6 BD 57 34
Octal 34 317 357 130 15 0 6 275 127 64
Binary 11100 11001111 11101111 1011000 1101 0 110 10111101 1010111 110100

Color Harmonies of #1CCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFEF

Black with #1CCFEF

Text Example


Text Example

White with #1CCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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