Html Css Color HEX #1CC2FB Deep Sky Blue

📋 copy color: '#1CC2FB'

red 28 ◦ green 194 ◦ blue 251

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

Shades of Deep Sky Blue #1CC2FB

Tints of Deep Sky Blue #1CC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

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

R = 5.92%
G = 41.01%
B = 53.07%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CC2FB (or 0x1CC2FB) is known color: Deep Sky Blue. HEX triplet: 1C, C2 and FB. RGB value is (28,194,251). Sum of RGB (Red+Green+Blue) = 28+194+251=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CC2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC2FB is #E33D04. Grayscale: #969696. Windows color (decimal): -14892293 or 16499228. OLE color: 16499228.

HSL color Cylindrical-coordinate representation of color #1CC2FB: hue angle of 195.34º 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 #1CC2FB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 194 251 -
CMYK 0.89 0.23 0 0.02
HSL 195.34º 0.97% 0.55% -
HSV(B) 195.34º 0.89% 0.98% -
XYZ 37.18 45.8 98.15 -
YUV 150.86 184.5 40.37 -
System Red Green Blue C M Y K H S L
Decimal 28 194 251 0.89 0.23 0 0.02 195.34 0.97 0.55
Hex 1C C2 FB 59 17 0 2 C3 61 37
Octal 34 302 373 131 27 0 2 303 141 67
Binary 11100 11000010 11111011 1011001 10111 0 10 11000011 1100001 110111

Color Harmonies of #1CC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2FB

Black with #1CC2FB

Text Example


Text Example

White with #1CC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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