Html Css Color HEX #0DBDFB Deep Sky Blue

📋 copy color: '#0DBDFB'

red 13 ◦ green 189 ◦ blue 251

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

Shades of Deep Sky Blue #0DBDFB

Tints of Deep Sky Blue #0DBDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 2.87%
G = 41.72%
B = 55.41%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DBDFB (or 0x0DBDFB) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FB. RGB value is (13,189,251). Sum of RGB (Red+Green+Blue) = 13+189+251=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DBDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFB is #F24204. Grayscale: #8F8F8F. Windows color (decimal): -15876613 or 16497933. OLE color: 16497933.

HSL color Cylindrical-coordinate representation of color #0DBDFB: hue angle of 195.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBDFB is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 189 251 -
CMYK 0.95 0.25 0 0.02
HSL 195.63º 0.97% 0.52% -
HSV(B) 195.63º 0.95% 0.98% -
XYZ 35.78 43.45 97.77 -
YUV 143.44 188.69 34.96 -
System Red Green Blue C M Y K H S L
Decimal 13 189 251 0.95 0.25 0 0.02 195.63 0.97 0.52
Hex D BD FB 5F 19 0 2 C4 61 34
Octal 15 275 373 137 31 0 2 304 141 64
Binary 1101 10111101 11111011 1011111 11001 0 10 11000100 1100001 110100

Color Harmonies of #0DBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBDFB

Black with #0DBDFB

Text Example


Text Example

White with #0DBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,251); }

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

background-color css

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

 a { background-color: rgb(13,189,251); }

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

border-color css

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

 span { border-color: rgb(13,189,251); }

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