Html Css Color HEX #0BCDF8 Deep Sky Blue

📋 copy color: '#0BCDF8'

red 11 ◦ green 205 ◦ blue 248

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

Shades of Deep Sky Blue #0BCDF8

Tints of Deep Sky Blue #0BCDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 2.37%
G = 44.18%
B = 53.45%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0BCDF8 (or 0x0BCDF8) is known color: Deep Sky Blue. HEX triplet: 0B, CD and F8. RGB value is (11,205,248). Sum of RGB (Red+Green+Blue) = 11+205+248=464 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #0BCDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCDF8 is #F43207. Grayscale: #979797. Windows color (decimal): -16003592 or 16305419. OLE color: 16305419.

HSL color Cylindrical-coordinate representation of color #0BCDF8: hue angle of 190.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCDF8 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 205 248 -
CMYK 0.96 0.17 0 0.03
HSL 190.89º 0.94% 0.51% -
HSV(B) 190.89º 0.96% 0.97% -
XYZ 38.91 50.51 96.51 -
YUV 151.9 182.23 27.5 -
System Red Green Blue C M Y K H S L
Decimal 11 205 248 0.96 0.17 0 0.03 190.89 0.94 0.51
Hex B CD F8 60 11 0 3 BF 5E 33
Octal 13 315 370 140 21 0 3 277 136 63
Binary 1011 11001101 11111000 1100000 10001 0 11 10111111 1011110 110011

Color Harmonies of #0BCDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDF8

Black with #0BCDF8

Text Example


Text Example

White with #0BCDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,248); }

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

background-color css

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

 a { background-color: rgb(11,205,248); }

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

border-color css

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

 span { border-color: rgb(11,205,248); }

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