Html Css Color HEX #0BC4EA Deep Sky Blue

📋 copy color: '#0BC4EA'

red 11 ◦ green 196 ◦ blue 234

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

Shades of Deep Sky Blue #0BC4EA

Tints of Deep Sky Blue #0BC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.44%

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 2.49%
G = 44.44%
B = 53.06%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BC4EA (or 0x0BC4EA) is known color: Deep Sky Blue. HEX triplet: 0B, C4 and EA. RGB value is (11,196,234). Sum of RGB (Red+Green+Blue) = 11+196+234=441 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BC4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC4EA is #F43B15. Grayscale: #909090. Windows color (decimal): -16005910 or 15385611. OLE color: 15385611.

HSL color Cylindrical-coordinate representation of color #0BC4EA: hue angle of 190.22º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC4EA is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 196 234 -
CMYK 0.95 0.16 0 0.08
HSL 190.22º 0.91% 0.48% -
HSV(B) 190.22º 0.95% 0.92% -
XYZ 34.73 45.49 84.79 -
YUV 145.02 178.21 32.41 -
System Red Green Blue C M Y K H S L
Decimal 11 196 234 0.95 0.16 0 0.08 190.22 0.91 0.48
Hex B C4 EA 5F 10 0 8 BE 5B 30
Octal 13 304 352 137 20 0 10 276 133 60
Binary 1011 11000100 11101010 1011111 10000 0 1000 10111110 1011011 110000

Color Harmonies of #0BC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC4EA

Black with #0BC4EA

Text Example


Text Example

White with #0BC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,196,234); }

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

background-color css

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

 a { background-color: rgb(11,196,234); }

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

border-color css

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

 span { border-color: rgb(11,196,234); }

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