Html Css Color HEX #01C2FA Deep Sky Blue

📋 copy color: '#01C2FA'

red 1 ◦ green 194 ◦ blue 250

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

Shades of Deep Sky Blue #01C2FA

Tints of Deep Sky Blue #01C2FA

RGB

 RED value IS 1 (0.78% from 255) = 0.22%

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 0.22%
G = 43.6%
B = 56.18%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01C2FA (or 0x01C2FA) is known color: Deep Sky Blue. HEX triplet: 01, C2 and FA. RGB value is (1,194,250). Sum of RGB (Red+Green+Blue) = 1+194+250=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #01C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C2FA is #FE3D05. Grayscale: #8E8E8E. Windows color (decimal): -16661766 or 16433665. OLE color: 16433665.

HSL color Cylindrical-coordinate representation of color #01C2FA: hue angle of 193.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C2FA is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 194 250 -
CMYK 1.00 0.22 0 0.02
HSL 193.49º 0.99% 0.49% -
HSV(B) 193.49º 1% 0.98% -
XYZ 36.56 45.49 97.3 -
YUV 142.68 188.56 26.95 -
System Red Green Blue C M Y K H S L
Decimal 1 194 250 1.00 0.22 0 0.02 193.49 0.99 0.49
Hex 1 C2 FA 64 16 0 2 C1 63 31
Octal 1 302 372 144 26 0 2 301 143 61
Binary 1 11000010 11111010 1100100 10110 0 10 11000001 1100011 110001

Color Harmonies of #01C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2FA

Black with #01C2FA

Text Example


Text Example

White with #01C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C2FA; }

 p { color: rgb(1,194,250); }

 H1.HeaderClassName
 {
   color: #01C2FA;
 }
 .AnyTagClassName
 {
   color: #01C2FA;
 }
</style>

background-color css

<style>
 a { background-color: #01C2FA; }

 a { background-color: rgb(1,194,250); }

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

border-color css

<style>
 span { border-color: #01C2FA; }

 span { border-color: rgb(1,194,250); }

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