Html Css Color HEX #0BCEEB Deep Sky Blue

📋 copy color: '#0BCEEB'

red 11 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #0BCEEB

Tints of Deep Sky Blue #0BCEEB

RGB

 RED value IS 11 (4.69% from 255) = 2.43%

 GREEN value IS 206 (80.86% from 255) = 45.58%

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

R = 2.43%
G = 45.58%
B = 51.99%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BCEEB (or 0x0BCEEB) is known color: Deep Sky Blue. HEX triplet: 0B, CE and EB. RGB value is (11,206,235). Sum of RGB (Red+Green+Blue) = 11+206+235=452 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BCEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCEEB is #F43114. Grayscale: #969696. Windows color (decimal): -16003349 or 15453707. OLE color: 15453707.

HSL color Cylindrical-coordinate representation of color #0BCEEB: hue angle of 187.77º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEEB is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 206 235 -
CMYK 0.95 0.12 0 0.08
HSL 187.77º 0.91% 0.48% -
HSV(B) 187.77º 0.95% 0.92% -
XYZ 37.2 50.21 86.33 -
YUV 151 175.4 28.14 -
System Red Green Blue C M Y K H S L
Decimal 11 206 235 0.95 0.12 0 0.08 187.77 0.91 0.48
Hex B CE EB 5F C 0 8 BC 5B 30
Octal 13 316 353 137 14 0 10 274 133 60
Binary 1011 11001110 11101011 1011111 1100 0 1000 10111100 1011011 110000

Color Harmonies of #0BCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEEB

Black with #0BCEEB

Text Example


Text Example

White with #0BCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,206,235); }

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

background-color css

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

 a { background-color: rgb(11,206,235); }

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

border-color css

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

 span { border-color: rgb(11,206,235); }

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