Html Css Color HEX #0BBCE4 Deep Sky Blue

📋 copy color: '#0BBCE4'

red 11 ◦ green 188 ◦ blue 228

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

Shades of Deep Sky Blue #0BBCE4

Tints of Deep Sky Blue #0BBCE4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 228 (89.45% from 255) = 53.4%

R = 2.58%
G = 44.03%
B = 53.4%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0BBCE4 (or 0x0BBCE4) is known color: Deep Sky Blue. HEX triplet: 0B, BC and E4. RGB value is (11,188,228). Sum of RGB (Red+Green+Blue) = 11+188+228=427 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 228 (89.45% from 255 or 53.40% from 427); Max value from RGB is 228 - color contains mainly: blue. Hex color #0BBCE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCE4 is #F4431B. Grayscale: #8B8B8B. Windows color (decimal): -16007964 or 14990347. OLE color: 14990347.

HSL color Cylindrical-coordinate representation of color #0BBCE4: hue angle of 191.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCE4 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 188 228 -
CMYK 0.95 0.18 0 0.11
HSL 191.06º 0.91% 0.47% -
HSV(B) 191.06º 0.95% 0.89% -
XYZ 32.12 41.64 79.74 -
YUV 139.64 177.86 36.25 -
System Red Green Blue C M Y K H S L
Decimal 11 188 228 0.95 0.18 0 0.11 191.06 0.91 0.47
Hex B BC E4 5F 12 0 B BF 5B 2F
Octal 13 274 344 137 22 0 13 277 133 57
Binary 1011 10111100 11100100 1011111 10010 0 1011 10111111 1011011 101111

Color Harmonies of #0BBCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCE4

Black with #0BBCE4

Text Example


Text Example

White with #0BBCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,228); }

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

background-color css

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

 a { background-color: rgb(11,188,228); }

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

border-color css

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

 span { border-color: rgb(11,188,228); }

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