Html Css Color HEX #0FCAF5 Deep Sky Blue

📋 copy color: '#0FCAF5'

red 15 ◦ green 202 ◦ blue 245

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

Shades of Deep Sky Blue #0FCAF5

Tints of Deep Sky Blue #0FCAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.03%

R = 3.25%
G = 43.72%
B = 53.03%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0FCAF5 (or 0x0FCAF5) is known color: Deep Sky Blue. HEX triplet: 0F, CA and F5. RGB value is (15,202,245). Sum of RGB (Red+Green+Blue) = 15+202+245=462 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.25% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #0FCAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAF5 is #F0350A. Grayscale: #969696. Windows color (decimal): -15742219 or 16108047. OLE color: 16108047.

HSL color Cylindrical-coordinate representation of color #0FCAF5: hue angle of 191.22º degrees, saturation: 0.92, 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 #0FCAF5 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 15 202 245 -
CMYK 0.94 0.18 0 0.04
HSL 191.22º 0.92% 0.51% -
HSV(B) 191.22º 0.94% 0.96% -
XYZ 37.8 48.94 93.84 -
YUV 150.99 181.05 31 -
System Red Green Blue C M Y K H S L
Decimal 15 202 245 0.94 0.18 0 0.04 191.22 0.92 0.51
Hex F CA F5 5E 12 0 4 BF 5C 33
Octal 17 312 365 136 22 0 4 277 134 63
Binary 1111 11001010 11110101 1011110 10010 0 100 10111111 1011100 110011

Color Harmonies of #0FCAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAF5

Black with #0FCAF5

Text Example


Text Example

White with #0FCAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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