Html Css Color HEX #0FCAFA Deep Sky Blue

📋 copy color: '#0FCAFA'

red 15 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #0FCAFA

Tints of Deep Sky Blue #0FCAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 3.21%
G = 43.25%
B = 53.53%

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

#0FCAFA (or 0x0FCAFA) is known color: Deep Sky Blue. HEX triplet: 0F, CA and FA. RGB value is (15,202,250). Sum of RGB (Red+Green+Blue) = 15+202+250=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FCAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAFA is #F03505. Grayscale: #979797. Windows color (decimal): -15742214 or 16435727. OLE color: 16435727.

HSL color Cylindrical-coordinate representation of color #0FCAFA: hue angle of 192.26º degrees, saturation: 0.96, 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 #0FCAFA is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 202 250 -
CMYK 0.94 0.19 0 0.02
HSL 192.26º 0.96% 0.52% -
HSV(B) 192.26º 0.94% 0.98% -
XYZ 38.57 49.24 97.91 -
YUV 151.56 183.55 30.6 -
System Red Green Blue C M Y K H S L
Decimal 15 202 250 0.94 0.19 0 0.02 192.26 0.96 0.52
Hex F CA FA 5E 13 0 2 C0 60 34
Octal 17 312 372 136 23 0 2 300 140 64
Binary 1111 11001010 11111010 1011110 10011 0 10 11000000 1100000 110100

Color Harmonies of #0FCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAFA

Black with #0FCAFA

Text Example


Text Example

White with #0FCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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