Html Css Color HEX #0FCBEB Deep Sky Blue

📋 copy color: '#0FCBEB'

red 15 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #0FCBEB

Tints of Deep Sky Blue #0FCBEB

RGB

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

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

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

R = 3.31%
G = 44.81%
B = 51.88%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0FCBEB (or 0x0FCBEB) is known color: Deep Sky Blue. HEX triplet: 0F, CB and EB. RGB value is (15,203,235). Sum of RGB (Red+Green+Blue) = 15+203+235=453 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.31% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FCBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCBEB is #F03414. Grayscale: #969696. Windows color (decimal): -15741973 or 15452943. OLE color: 15452943.

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

Color convert

RGB 15 203 235 -
CMYK 0.94 0.14 0 0.08
HSL 188.73º 0.88% 0.49% -
HSV(B) 188.73º 0.94% 0.92% -
XYZ 36.55 48.81 86.09 -
YUV 150.44 175.72 31.4 -
System Red Green Blue C M Y K H S L
Decimal 15 203 235 0.94 0.14 0 0.08 188.73 0.88 0.49
Hex F CB EB 5E E 0 8 BD 58 31
Octal 17 313 353 136 16 0 10 275 130 61
Binary 1111 11001011 11101011 1011110 1110 0 1000 10111101 1011000 110001

Color Harmonies of #0FCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBEB

Black with #0FCBEB

Text Example


Text Example

White with #0FCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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