Html Css Color HEX #0BCBED Deep Sky Blue

📋 copy color: '#0BCBED'

red 11 ◦ green 203 ◦ blue 237

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

Shades of Deep Sky Blue #0BCBED

Tints of Deep Sky Blue #0BCBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 2.44%
G = 45.01%
B = 52.55%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BCBED (or 0x0BCBED) is known color: Deep Sky Blue. HEX triplet: 0B, CB and ED. RGB value is (11,203,237). Sum of RGB (Red+Green+Blue) = 11+203+237=451 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BCBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCBED is #F43412. Grayscale: #959595. Windows color (decimal): -16004115 or 15584011. OLE color: 15584011.

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

Color convert

RGB 11 203 237 -
CMYK 0.95 0.14 0 0.07
HSL 189.03º 0.91% 0.49% -
HSV(B) 189.03º 0.95% 0.93% -
XYZ 36.78 48.9 87.62 -
YUV 149.47 177.39 29.24 -
System Red Green Blue C M Y K H S L
Decimal 11 203 237 0.95 0.14 0 0.07 189.03 0.91 0.49
Hex B CB ED 5F E 0 7 BD 5B 31
Octal 13 313 355 137 16 0 7 275 133 61
Binary 1011 11001011 11101101 1011111 1110 0 111 10111101 1011011 110001

Color Harmonies of #0BCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCBED

Black with #0BCBED

Text Example


Text Example

White with #0BCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,203,237); }

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

background-color css

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

 a { background-color: rgb(11,203,237); }

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

border-color css

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

 span { border-color: rgb(11,203,237); }

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