Html Css Color HEX #0FCAF2 Deep Sky Blue

📋 copy color: '#0FCAF2'

red 15 ◦ green 202 ◦ blue 242

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

Shades of Deep Sky Blue #0FCAF2

Tints of Deep Sky Blue #0FCAF2

RGB

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

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

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

R = 3.27%
G = 44.01%
B = 52.72%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FCAF2 (or 0x0FCAF2) is known color: Deep Sky Blue. HEX triplet: 0F, CA and F2. RGB value is (15,202,242). Sum of RGB (Red+Green+Blue) = 15+202+242=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #0FCAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAF2 is #F0350D. Grayscale: #969696. Windows color (decimal): -15742222 or 15911439. OLE color: 15911439.

HSL color Cylindrical-coordinate representation of color #0FCAF2: hue angle of 190.57º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCAF2 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 202 242 -
CMYK 0.94 0.17 0 0.05
HSL 190.57º 0.9% 0.5% -
HSV(B) 190.57º 0.94% 0.95% -
XYZ 37.34 48.75 91.45 -
YUV 150.65 179.55 31.25 -
System Red Green Blue C M Y K H S L
Decimal 15 202 242 0.94 0.17 0 0.05 190.57 0.9 0.5
Hex F CA F2 5E 11 0 5 BF 5A 32
Octal 17 312 362 136 21 0 5 277 132 62
Binary 1111 11001010 11110010 1011110 10001 0 101 10111111 1011010 110010

Color Harmonies of #0FCAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAF2

Black with #0FCAF2

Text Example


Text Example

White with #0FCAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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