Html Css Color HEX #0DBAF1 Deep Sky Blue

📋 copy color: '#0DBAF1'

red 13 ◦ green 186 ◦ blue 241

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

Shades of Deep Sky Blue #0DBAF1

Tints of Deep Sky Blue #0DBAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 2.95%
G = 42.27%
B = 54.77%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0DBAF1 (or 0x0DBAF1) is known color: Deep Sky Blue. HEX triplet: 0D, BA and F1. RGB value is (13,186,241). Sum of RGB (Red+Green+Blue) = 13+186+241=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #0DBAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAF1 is #F2450E. Grayscale: #8C8C8C. Windows color (decimal): -15877391 or 15841805. OLE color: 15841805.

HSL color Cylindrical-coordinate representation of color #0DBAF1: hue angle of 194.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBAF1 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 186 241 -
CMYK 0.95 0.23 0 0.05
HSL 194.47º 0.9% 0.5% -
HSV(B) 194.47º 0.95% 0.95% -
XYZ 33.6 41.55 89.47 -
YUV 140.54 184.69 37.03 -
System Red Green Blue C M Y K H S L
Decimal 13 186 241 0.95 0.23 0 0.05 194.47 0.9 0.5
Hex D BA F1 5F 17 0 5 C2 5A 32
Octal 15 272 361 137 27 0 5 302 132 62
Binary 1101 10111010 11110001 1011111 10111 0 101 11000010 1011010 110010

Color Harmonies of #0DBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBAF1

Black with #0DBAF1

Text Example


Text Example

White with #0DBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,241); }

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

background-color css

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

 a { background-color: rgb(13,186,241); }

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

border-color css

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

 span { border-color: rgb(13,186,241); }

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