Html Css Color HEX #0FCAF9 Deep Sky Blue

📋 copy color: '#0FCAF9'

red 15 ◦ green 202 ◦ blue 249

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

Shades of Deep Sky Blue #0FCAF9

Tints of Deep Sky Blue #0FCAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.43%

R = 3.22%
G = 43.35%
B = 53.43%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0FCAF9 (or 0x0FCAF9) is known color: Deep Sky Blue. HEX triplet: 0F, CA and F9. RGB value is (15,202,249). Sum of RGB (Red+Green+Blue) = 15+202+249=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #0FCAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAF9 is #F03506. Grayscale: #979797. Windows color (decimal): -15742215 or 16370191. OLE color: 16370191.

HSL color Cylindrical-coordinate representation of color #0FCAF9: hue angle of 192.05º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCAF9 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 202 249 -
CMYK 0.94 0.19 0 0.02
HSL 192.05º 0.95% 0.52% -
HSV(B) 192.05º 0.94% 0.98% -
XYZ 38.42 49.18 97.09 -
YUV 151.45 183.05 30.68 -
System Red Green Blue C M Y K H S L
Decimal 15 202 249 0.94 0.19 0 0.02 192.05 0.95 0.52
Hex F CA F9 5E 13 0 2 C0 5F 34
Octal 17 312 371 136 23 0 2 300 137 64
Binary 1111 11001010 11111001 1011110 10011 0 10 11000000 1011111 110100

Color Harmonies of #0FCAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAF9

Black with #0FCAF9

Text Example


Text Example

White with #0FCAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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