Html Css Color HEX #1CC7FF Deep Sky Blue

📋 copy color: '#1CC7FF'

red 28 ◦ green 199 ◦ blue 255

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

Shades of Deep Sky Blue #1CC7FF

Tints of Deep Sky Blue #1CC7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 5.81%
G = 41.29%
B = 52.9%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1CC7FF (or 0x1CC7FF) is known color: Deep Sky Blue. HEX triplet: 1C, C7 and FF. RGB value is (28,199,255). Sum of RGB (Red+Green+Blue) = 28+199+255=482 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.81% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CC7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC7FF is #E33800. Grayscale: #999999. Windows color (decimal): -14891009 or 16762652. OLE color: 16762652.

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

Color convert

RGB 28 199 255 -
CMYK 0.89 0.22 0 0
HSL 194.8º 1% 0.55% -
HSV(B) 194.8º 0.89% 1% -
XYZ 38.95 48.31 101.88 -
YUV 154.26 184.85 37.95 -
System Red Green Blue C M Y K H S L
Decimal 28 199 255 0.89 0.22 0 0 194.8 1 0.55
Hex 1C C7 FF 59 16 0 0 C3 64 37
Octal 34 307 377 131 26 0 0 303 144 67
Binary 11100 11000111 11111111 1011001 10110 0 0 11000011 1100100 110111

Color Harmonies of #1CC7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC7FF

Black with #1CC7FF

Text Example


Text Example

White with #1CC7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,199,255); }

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

background-color css

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

 a { background-color: rgb(28,199,255); }

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

border-color css

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

 span { border-color: rgb(28,199,255); }

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