Html Css Color HEX #0FC2EB Deep Sky Blue

📋 copy color: '#0FC2EB'

red 15 ◦ green 194 ◦ blue 235

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

Shades of Deep Sky Blue #0FC2EB

Tints of Deep Sky Blue #0FC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.69%

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 3.38%
G = 43.69%
B = 52.93%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FC2EB (or 0x0FC2EB) is known color: Deep Sky Blue. HEX triplet: 0F, C2 and EB. RGB value is (15,194,235). Sum of RGB (Red+Green+Blue) = 15+194+235=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FC2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC2EB is #F03D14. Grayscale: #909090. Windows color (decimal): -15744277 or 15450639. OLE color: 15450639.

HSL color Cylindrical-coordinate representation of color #0FC2EB: hue angle of 191.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC2EB is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 194 235 -
CMYK 0.94 0.17 0 0.08
HSL 191.18º 0.88% 0.49% -
HSV(B) 191.18º 0.94% 0.92% -
XYZ 34.48 44.68 85.4 -
YUV 145.15 178.7 35.17 -
System Red Green Blue C M Y K H S L
Decimal 15 194 235 0.94 0.17 0 0.08 191.18 0.88 0.49
Hex F C2 EB 5E 11 0 8 BF 58 31
Octal 17 302 353 136 21 0 10 277 130 61
Binary 1111 11000010 11101011 1011110 10001 0 1000 10111111 1011000 110001

Color Harmonies of #0FC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC2EB

Black with #0FC2EB

Text Example


Text Example

White with #0FC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,235); }

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

background-color css

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

 a { background-color: rgb(15,194,235); }

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

border-color css

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

 span { border-color: rgb(15,194,235); }

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