Html Css Color HEX #0BEFFF Aqua

📋 copy color: '#0BEFFF'

red 11 ◦ green 239 ◦ blue 255

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

Shades of Aqua #0BEFFF

Tints of Aqua #0BEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 2.18%
G = 47.33%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BEFFF (or 0x0BEFFF) is known color: Aqua. HEX triplet: 0B, EF and FF. RGB value is (11,239,255). Sum of RGB (Red+Green+Blue) = 11+239+255=505 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.18% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BEFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFFF is #F41000. Grayscale: #ACACAC. Windows color (decimal): -15994881 or 16772875. OLE color: 16772875.

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

Color convert

RGB 11 239 255 -
CMYK 0.96 0.06 0 0
HSL 183.93º 1% 0.52% -
HSV(B) 183.93º 0.96% 1% -
XYZ 49.05 69.02 105.35 -
YUV 172.65 174.46 12.7 -
System Red Green Blue C M Y K H S L
Decimal 11 239 255 0.96 0.06 0 0 183.93 1 0.52
Hex B EF FF 60 6 0 0 B8 64 34
Octal 13 357 377 140 6 0 0 270 144 64
Binary 1011 11101111 11111111 1100000 110 0 0 10111000 1100100 110100

Color Harmonies of #0BEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFFF

Black with #0BEFFF

Text Example


Text Example

White with #0BEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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