Html Css Color HEX #0BCDFD Deep Sky Blue

📋 copy color: '#0BCDFD'

red 11 ◦ green 205 ◦ blue 253

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

Shades of Deep Sky Blue #0BCDFD

Tints of Deep Sky Blue #0BCDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 2.35%
G = 43.71%
B = 53.94%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BCDFD (or 0x0BCDFD) is known color: Deep Sky Blue. HEX triplet: 0B, CD and FD. RGB value is (11,205,253). Sum of RGB (Red+Green+Blue) = 11+205+253=469 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BCDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCDFD is #F43202. Grayscale: #989898. Windows color (decimal): -16003587 or 16633099. OLE color: 16633099.

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

Color convert

RGB 11 205 253 -
CMYK 0.96 0.19 0 0.01
HSL 191.9º 0.98% 0.52% -
HSV(B) 191.9º 0.96% 0.99% -
XYZ 39.7 50.83 100.65 -
YUV 152.47 184.73 27.1 -
System Red Green Blue C M Y K H S L
Decimal 11 205 253 0.96 0.19 0 0.01 191.9 0.98 0.52
Hex B CD FD 60 13 0 1 C0 62 34
Octal 13 315 375 140 23 0 1 300 142 64
Binary 1011 11001101 11111101 1100000 10011 0 1 11000000 1100010 110100

Color Harmonies of #0BCDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDFD

Black with #0BCDFD

Text Example


Text Example

White with #0BCDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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