Html Css Color HEX #0FC2EA Deep Sky Blue

📋 copy color: '#0FC2EA'

red 15 ◦ green 194 ◦ blue 234

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

Shades of Deep Sky Blue #0FC2EA

Tints of Deep Sky Blue #0FC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 3.39%
G = 43.79%
B = 52.82%

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

#0FC2EA (or 0x0FC2EA) is known color: Deep Sky Blue. HEX triplet: 0F, C2 and EA. RGB value is (15,194,234). Sum of RGB (Red+Green+Blue) = 15+194+234=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FC2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC2EA is #F03D15. Grayscale: #909090. Windows color (decimal): -15744278 or 15385103. OLE color: 15385103.

HSL color Cylindrical-coordinate representation of color #0FC2EA: hue angle of 190.96º 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 #0FC2EA is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 194 234 -
CMYK 0.94 0.17 0 0.08
HSL 190.96º 0.88% 0.49% -
HSV(B) 190.96º 0.94% 0.92% -
XYZ 34.34 44.63 84.65 -
YUV 145.04 178.2 35.25 -
System Red Green Blue C M Y K H S L
Decimal 15 194 234 0.94 0.17 0 0.08 190.96 0.88 0.49
Hex F C2 EA 5E 11 0 8 BF 58 31
Octal 17 302 352 136 21 0 10 277 130 61
Binary 1111 11000010 11101010 1011110 10001 0 1000 10111111 1011000 110001

Color Harmonies of #0FC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC2EA

Black with #0FC2EA

Text Example


Text Example

White with #0FC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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