Html Css Color HEX #0BE0FF Aqua

📋 copy color: '#0BE0FF'

red 11 ◦ green 224 ◦ blue 255

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

Shades of Aqua #0BE0FF

Tints of Aqua #0BE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 2.24%
G = 45.71%
B = 52.04%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BE0FF (or 0x0BE0FF) is known color: Aqua. HEX triplet: 0B, E0 and FF. RGB value is (11,224,255). Sum of RGB (Red+Green+Blue) = 11+224+255=490 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BE0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE0FF is #F41F00. Grayscale: #A3A3A3. Windows color (decimal): -15998721 or 16769035. OLE color: 16769035.

HSL color Cylindrical-coordinate representation of color #0BE0FF: hue angle of 187.62º 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 #0BE0FF is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 224 255 -
CMYK 0.96 0.12 0 0
HSL 187.62º 1% 0.52% -
HSV(B) 187.62º 0.96% 1% -
XYZ 44.84 60.6 103.94 -
YUV 163.85 179.43 18.98 -
System Red Green Blue C M Y K H S L
Decimal 11 224 255 0.96 0.12 0 0 187.62 1 0.52
Hex B E0 FF 60 C 0 0 BC 64 34
Octal 13 340 377 140 14 0 0 274 144 64
Binary 1011 11100000 11111111 1100000 1100 0 0 10111100 1100100 110100

Color Harmonies of #0BE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE0FF

Black with #0BE0FF

Text Example


Text Example

White with #0BE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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