Html Css Color HEX #0BDEFF Deep Sky Blue

📋 copy color: '#0BDEFF'

red 11 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #0BDEFF

Tints of Deep Sky Blue #0BDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 255 (100% from 255) = 52.25%

R = 2.25%
G = 45.49%
B = 52.25%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BDEFF (or 0x0BDEFF) is known color: Deep Sky Blue. HEX triplet: 0B, DE and FF. RGB value is (11,222,255). Sum of RGB (Red+Green+Blue) = 11+222+255=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BDEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEFF is #F42100. Grayscale: #A2A2A2. Windows color (decimal): -15999233 or 16768523. OLE color: 16768523.

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

Color convert

RGB 11 222 255 -
CMYK 0.96 0.13 0 0
HSL 188.11º 1% 0.52% -
HSV(B) 188.11º 0.96% 1% -
XYZ 44.31 59.53 103.76 -
YUV 162.67 180.1 19.82 -
System Red Green Blue C M Y K H S L
Decimal 11 222 255 0.96 0.13 0 0 188.11 1 0.52
Hex B DE FF 60 D 0 0 BC 64 34
Octal 13 336 377 140 15 0 0 274 144 64
Binary 1011 11011110 11111111 1100000 1101 0 0 10111100 1100100 110100

Color Harmonies of #0BDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEFF

Black with #0BDEFF

Text Example


Text Example

White with #0BDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,222,255); }

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

background-color css

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

 a { background-color: rgb(11,222,255); }

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

border-color css

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

 span { border-color: rgb(11,222,255); }

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