Html Css Color HEX #0DBEFA Deep Sky Blue

📋 copy color: '#0DBEFA'

red 13 ◦ green 190 ◦ blue 250

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

Shades of Deep Sky Blue #0DBEFA

Tints of Deep Sky Blue #0DBEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 250 (98.05% from 255) = 55.19%

R = 2.87%
G = 41.94%
B = 55.19%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0DBEFA (or 0x0DBEFA) is known color: Deep Sky Blue. HEX triplet: 0D, BE and FA. RGB value is (13,190,250). Sum of RGB (Red+Green+Blue) = 13+190+250=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DBEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBEFA is #F24105. Grayscale: #8F8F8F. Windows color (decimal): -15876358 or 16432653. OLE color: 16432653.

HSL color Cylindrical-coordinate representation of color #0DBEFA: hue angle of 195.19º degrees, saturation: 0.96, 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 #0DBEFA is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 190 250 -
CMYK 0.95 0.24 0 0.02
HSL 195.19º 0.96% 0.52% -
HSV(B) 195.19º 0.95% 0.98% -
XYZ 35.83 43.81 97.01 -
YUV 143.92 187.86 34.62 -
System Red Green Blue C M Y K H S L
Decimal 13 190 250 0.95 0.24 0 0.02 195.19 0.96 0.52
Hex D BE FA 5F 18 0 2 C3 60 34
Octal 15 276 372 137 30 0 2 303 140 64
Binary 1101 10111110 11111010 1011111 11000 0 10 11000011 1100000 110100

Color Harmonies of #0DBEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBEFA

Black with #0DBEFA

Text Example


Text Example

White with #0DBEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,250); }

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

background-color css

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

 a { background-color: rgb(13,190,250); }

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

border-color css

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

 span { border-color: rgb(13,190,250); }

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