Html Css Color HEX #0FCBEC Deep Sky Blue

📋 copy color: '#0FCBEC'

red 15 ◦ green 203 ◦ blue 236

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

Shades of Deep Sky Blue #0FCBEC

Tints of Deep Sky Blue #0FCBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 3.3%
G = 44.71%
B = 51.98%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0FCBEC (or 0x0FCBEC) is known color: Deep Sky Blue. HEX triplet: 0F, CB and EC. RGB value is (15,203,236). Sum of RGB (Red+Green+Blue) = 15+203+236=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #0FCBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBEC is #F03413. Grayscale: #969696. Windows color (decimal): -15741972 or 15518479. OLE color: 15518479.

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

Color convert

RGB 15 203 236 -
CMYK 0.94 0.14 0 0.07
HSL 188.96º 0.88% 0.49% -
HSV(B) 188.96º 0.94% 0.93% -
XYZ 36.69 48.87 86.86 -
YUV 150.55 176.22 31.32 -
System Red Green Blue C M Y K H S L
Decimal 15 203 236 0.94 0.14 0 0.07 188.96 0.88 0.49
Hex F CB EC 5E E 0 7 BD 58 31
Octal 17 313 354 136 16 0 7 275 130 61
Binary 1111 11001011 11101100 1011110 1110 0 111 10111101 1011000 110001

Color Harmonies of #0FCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBEC

Black with #0FCBEC

Text Example


Text Example

White with #0FCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,236); }

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

background-color css

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

 a { background-color: rgb(15,203,236); }

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

border-color css

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

 span { border-color: rgb(15,203,236); }

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