Html Css Color HEX #0FCCF4 Deep Sky Blue

📋 copy color: '#0FCCF4'

red 15 ◦ green 204 ◦ blue 244

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

Shades of Deep Sky Blue #0FCCF4

Tints of Deep Sky Blue #0FCCF4

RGB

 RED value IS 15 (6.25% from 255) = 3.24%

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 244 (95.7% from 255) = 52.7%

R = 3.24%
G = 44.06%
B = 52.7%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0FCCF4 (or 0x0FCCF4) is known color: Deep Sky Blue. HEX triplet: 0F, CC and F4. RGB value is (15,204,244). Sum of RGB (Red+Green+Blue) = 15+204+244=463 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.24% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #0FCCF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCCF4 is #F0330B. Grayscale: #979797. Windows color (decimal): -15741708 or 16043023. OLE color: 16043023.

HSL color Cylindrical-coordinate representation of color #0FCCF4: hue angle of 190.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCCF4 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 204 244 -
CMYK 0.94 0.16 0 0.04
HSL 190.48º 0.91% 0.51% -
HSV(B) 190.48º 0.94% 0.96% -
XYZ 38.12 49.82 93.19 -
YUV 152.05 179.88 30.25 -
System Red Green Blue C M Y K H S L
Decimal 15 204 244 0.94 0.16 0 0.04 190.48 0.91 0.51
Hex F CC F4 5E 10 0 4 BE 5B 33
Octal 17 314 364 136 20 0 4 276 133 63
Binary 1111 11001100 11110100 1011110 10000 0 100 10111110 1011011 110011

Color Harmonies of #0FCCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCF4

Black with #0FCCF4

Text Example


Text Example

White with #0FCCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FCCF4; }

 p { color: rgb(15,204,244); }

 H1.HeaderClassName
 {
   color: #0FCCF4;
 }
 .AnyTagClassName
 {
   color: #0FCCF4;
 }
</style>

background-color css

<style>
 a { background-color: #0FCCF4; }

 a { background-color: rgb(15,204,244); }

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

border-color css

<style>
 span { border-color: #0FCCF4; }

 span { border-color: rgb(15,204,244); }

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