Html Css Color HEX #0BD4FE Deep Sky Blue

📋 copy color: '#0BD4FE'

red 11 ◦ green 212 ◦ blue 254

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

Shades of Deep Sky Blue #0BD4FE

Tints of Deep Sky Blue #0BD4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 2.31%
G = 44.44%
B = 53.25%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BD4FE (or 0x0BD4FE) is known color: Deep Sky Blue. HEX triplet: 0B, D4 and FE. RGB value is (11,212,254). Sum of RGB (Red+Green+Blue) = 11+212+254=477 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.31% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BD4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD4FE is #F42B01. Grayscale: #9C9C9C. Windows color (decimal): -16001794 or 16700427. OLE color: 16700427.

HSL color Cylindrical-coordinate representation of color #0BD4FE: hue angle of 190.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD4FE is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 212 254 -
CMYK 0.96 0.17 0 0.00
HSL 190.37º 0.99% 0.52% -
HSV(B) 190.37º 0.96% 1% -
XYZ 41.57 54.31 102.06 -
YUV 156.69 182.91 24.08 -
System Red Green Blue C M Y K H S L
Decimal 11 212 254 0.96 0.17 0 0.00 190.37 0.99 0.52
Hex B D4 FE 60 11 0 0 BE 63 34
Octal 13 324 376 140 21 0 0 276 143 64
Binary 1011 11010100 11111110 1100000 10001 0 0 10111110 1100011 110100

Color Harmonies of #0BD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD4FE

Black with #0BD4FE

Text Example


Text Example

White with #0BD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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