Html Css Color HEX #0FCAF7 Deep Sky Blue

📋 copy color: '#0FCAF7'

red 15 ◦ green 202 ◦ blue 247

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

Shades of Deep Sky Blue #0FCAF7

Tints of Deep Sky Blue #0FCAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.23%

R = 3.23%
G = 43.53%
B = 53.23%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0FCAF7 (or 0x0FCAF7) is known color: Deep Sky Blue. HEX triplet: 0F, CA and F7. RGB value is (15,202,247). Sum of RGB (Red+Green+Blue) = 15+202+247=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FCAF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAF7 is #F03508. Grayscale: #969696. Windows color (decimal): -15742217 or 16239119. OLE color: 16239119.

HSL color Cylindrical-coordinate representation of color #0FCAF7: hue angle of 191.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCAF7 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 202 247 -
CMYK 0.94 0.18 0 0.03
HSL 191.64º 0.94% 0.51% -
HSV(B) 191.64º 0.94% 0.97% -
XYZ 38.11 49.06 95.46 -
YUV 151.22 182.05 30.84 -
System Red Green Blue C M Y K H S L
Decimal 15 202 247 0.94 0.18 0 0.03 191.64 0.94 0.51
Hex F CA F7 5E 12 0 3 C0 5E 33
Octal 17 312 367 136 22 0 3 300 136 63
Binary 1111 11001010 11110111 1011110 10010 0 11 11000000 1011110 110011

Color Harmonies of #0FCAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCAF7

Black with #0FCAF7

Text Example


Text Example

White with #0FCAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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