Html Css Color HEX #0FC4EA Deep Sky Blue

📋 copy color: '#0FC4EA'

red 15 ◦ green 196 ◦ blue 234

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

Shades of Deep Sky Blue #0FC4EA

Tints of Deep Sky Blue #0FC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.04%

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

R = 3.37%
G = 44.04%
B = 52.58%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FC4EA (or 0x0FC4EA) is known color: Deep Sky Blue. HEX triplet: 0F, C4 and EA. RGB value is (15,196,234). Sum of RGB (Red+Green+Blue) = 15+196+234=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FC4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC4EA is #F03B15. Grayscale: #919191. Windows color (decimal): -15743766 or 15385615. OLE color: 15385615.

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

Color convert

RGB 15 196 234 -
CMYK 0.94 0.16 0 0.08
HSL 190.41º 0.88% 0.49% -
HSV(B) 190.41º 0.94% 0.92% -
XYZ 34.79 45.52 84.79 -
YUV 146.21 177.53 34.41 -
System Red Green Blue C M Y K H S L
Decimal 15 196 234 0.94 0.16 0 0.08 190.41 0.88 0.49
Hex F C4 EA 5E 10 0 8 BE 58 31
Octal 17 304 352 136 20 0 10 276 130 61
Binary 1111 11000100 11101010 1011110 10000 0 1000 10111110 1011000 110001

Color Harmonies of #0FC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC4EA

Black with #0FC4EA

Text Example


Text Example

White with #0FC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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