Html Css Color HEX #0BD4FA Deep Sky Blue

📋 copy color: '#0BD4FA'

red 11 ◦ green 212 ◦ blue 250

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

Shades of Deep Sky Blue #0BD4FA

Tints of Deep Sky Blue #0BD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

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

R = 2.33%
G = 44.82%
B = 52.85%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BD4FA (or 0x0BD4FA) is known color: Deep Sky Blue. HEX triplet: 0B, D4 and FA. RGB value is (11,212,250). Sum of RGB (Red+Green+Blue) = 11+212+250=473 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BD4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD4FA is #F42B05. Grayscale: #9B9B9B. Windows color (decimal): -16001798 or 16438283. OLE color: 16438283.

HSL color Cylindrical-coordinate representation of color #0BD4FA: hue angle of 189.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD4FA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 212 250 -
CMYK 0.96 0.15 0 0.02
HSL 189.54º 0.96% 0.51% -
HSV(B) 189.54º 0.96% 0.98% -
XYZ 40.94 54.06 98.72 -
YUV 156.23 180.91 24.41 -
System Red Green Blue C M Y K H S L
Decimal 11 212 250 0.96 0.15 0 0.02 189.54 0.96 0.51
Hex B D4 FA 60 F 0 2 BE 60 33
Octal 13 324 372 140 17 0 2 276 140 63
Binary 1011 11010100 11111010 1100000 1111 0 10 10111110 1100000 110011

Color Harmonies of #0BD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD4FA

Black with #0BD4FA

Text Example


Text Example

White with #0BD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,250); }

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

background-color css

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

 a { background-color: rgb(11,212,250); }

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

border-color css

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

 span { border-color: rgb(11,212,250); }

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