Html Css Color HEX #0BE4FF Aqua

📋 copy color: '#0BE4FF'

red 11 ◦ green 228 ◦ blue 255

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

Shades of Aqua #0BE4FF

Tints of Aqua #0BE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

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

R = 2.23%
G = 46.15%
B = 51.62%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BE4FF (or 0x0BE4FF) is known color: Aqua. HEX triplet: 0B, E4 and FF. RGB value is (11,228,255). Sum of RGB (Red+Green+Blue) = 11+228+255=494 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.23% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BE4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE4FF is #F41B00. Grayscale: #A5A5A5. Windows color (decimal): -15997697 or 16770059. OLE color: 16770059.

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

Color convert

RGB 11 228 255 -
CMYK 0.96 0.11 0 0
HSL 186.64º 1% 0.52% -
HSV(B) 186.64º 0.96% 1% -
XYZ 45.93 62.78 104.3 -
YUV 166.2 178.11 17.3 -
System Red Green Blue C M Y K H S L
Decimal 11 228 255 0.96 0.11 0 0 186.64 1 0.52
Hex B E4 FF 60 B 0 0 BB 64 34
Octal 13 344 377 140 13 0 0 273 144 64
Binary 1011 11100100 11111111 1100000 1011 0 0 10111011 1100100 110100

Color Harmonies of #0BE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE4FF

Black with #0BE4FF

Text Example


Text Example

White with #0BE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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