Html Css Color HEX #0DBBED Deep Sky Blue

📋 copy color: '#0DBBED'

red 13 ◦ green 187 ◦ blue 237

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

Shades of Deep Sky Blue #0DBBED

Tints of Deep Sky Blue #0DBBED

RGB

 RED value IS 13 (5.47% from 255) = 2.97%

 GREEN value IS 187 (73.44% from 255) = 42.79%

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

R = 2.97%
G = 42.79%
B = 54.23%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0DBBED (or 0x0DBBED) is known color: Deep Sky Blue. HEX triplet: 0D, BB and ED. RGB value is (13,187,237). Sum of RGB (Red+Green+Blue) = 13+187+237=437 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DBBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBBED is #F24412. Grayscale: #8C8C8C. Windows color (decimal): -15877139 or 15579917. OLE color: 15579917.

HSL color Cylindrical-coordinate representation of color #0DBBED: hue angle of 193.39º degrees, saturation: 0.9, 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 #0DBBED is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 187 237 -
CMYK 0.95 0.21 0 0.07
HSL 193.39º 0.9% 0.49% -
HSV(B) 193.39º 0.95% 0.93% -
XYZ 33.22 41.74 86.43 -
YUV 140.67 182.35 36.93 -
System Red Green Blue C M Y K H S L
Decimal 13 187 237 0.95 0.21 0 0.07 193.39 0.9 0.49
Hex D BB ED 5F 15 0 7 C1 5A 31
Octal 15 273 355 137 25 0 7 301 132 61
Binary 1101 10111011 11101101 1011111 10101 0 111 11000001 1011010 110001

Color Harmonies of #0DBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBBED

Black with #0DBBED

Text Example


Text Example

White with #0DBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,187,237); }

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

background-color css

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

 a { background-color: rgb(13,187,237); }

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

border-color css

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

 span { border-color: rgb(13,187,237); }

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