Html Css Color HEX #01CAF2 Deep Sky Blue

📋 copy color: '#01CAF2'

red 1 ◦ green 202 ◦ blue 242

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

Shades of Deep Sky Blue #01CAF2

Tints of Deep Sky Blue #01CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 0.22%
G = 45.39%
B = 54.38%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01CAF2 (or 0x01CAF2) is known color: Deep Sky Blue. HEX triplet: 01, CA and F2. RGB value is (1,202,242). Sum of RGB (Red+Green+Blue) = 1+202+242=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #01CAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CAF2 is #FE350D. Grayscale: #929292. Windows color (decimal): -16659726 or 15911425. OLE color: 15911425.

HSL color Cylindrical-coordinate representation of color #01CAF2: hue angle of 189.96º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CAF2 is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 202 242 -
CMYK 1.00 0.17 0 0.05
HSL 189.96º 0.99% 0.48% -
HSV(B) 189.96º 1% 0.95% -
XYZ 37.16 48.66 91.44 -
YUV 146.46 181.91 24.25 -
System Red Green Blue C M Y K H S L
Decimal 1 202 242 1.00 0.17 0 0.05 189.96 0.99 0.48
Hex 1 CA F2 64 11 0 5 BE 63 30
Octal 1 312 362 144 21 0 5 276 143 60
Binary 1 11001010 11110010 1100100 10001 0 101 10111110 1100011 110000

Color Harmonies of #01CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CAF2

Black with #01CAF2

Text Example


Text Example

White with #01CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,242); }

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

background-color css

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

 a { background-color: rgb(1,202,242); }

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

border-color css

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

 span { border-color: rgb(1,202,242); }

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