Html Css Color HEX #0BDDFE Deep Sky Blue

📋 copy color: '#0BDDFE'

red 11 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #0BDDFE

Tints of Deep Sky Blue #0BDDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 2.26%
G = 45.47%
B = 52.26%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0BDDFE (or 0x0BDDFE) is known color: Deep Sky Blue. HEX triplet: 0B, DD and FE. RGB value is (11,221,254). Sum of RGB (Red+Green+Blue) = 11+221+254=486 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.26% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BDDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDDFE is #F42201. Grayscale: #A1A1A1. Windows color (decimal): -15999490 or 16702731. OLE color: 16702731.

HSL color Cylindrical-coordinate representation of color #0BDDFE: hue angle of 188.15º 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 #0BDDFE is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 11 221 254 -
CMYK 0.96 0.13 0 0.00
HSL 188.15º 0.99% 0.52% -
HSV(B) 188.15º 0.96% 1% -
XYZ 43.88 58.94 102.83 -
YUV 161.97 179.93 20.32 -
System Red Green Blue C M Y K H S L
Decimal 11 221 254 0.96 0.13 0 0.00 188.15 0.99 0.52
Hex B DD FE 60 D 0 0 BC 63 34
Octal 13 335 376 140 15 0 0 274 143 64
Binary 1011 11011101 11111110 1100000 1101 0 0 10111100 1100011 110100

Color Harmonies of #0BDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDDFE

Black with #0BDDFE

Text Example


Text Example

White with #0BDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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