Html Css Color HEX #0BEEFA Aqua

📋 copy color: '#0BEEFA'

red 11 ◦ green 238 ◦ blue 250

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

Shades of Aqua #0BEEFA

Tints of Aqua #0BEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.7%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 2.2%
G = 47.7%
B = 50.1%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BEEFA (or 0x0BEEFA) is known color: Aqua. HEX triplet: 0B, EE and FA. RGB value is (11,238,250). Sum of RGB (Red+Green+Blue) = 11+238+250=499 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BEEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEEFA is #F41105. Grayscale: #ABABAB. Windows color (decimal): -15995142 or 16444939. OLE color: 16444939.

HSL color Cylindrical-coordinate representation of color #0BEEFA: hue angle of 183.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BEEFA is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 238 250 -
CMYK 0.96 0.05 0 0.02
HSL 183.01º 0.96% 0.51% -
HSV(B) 183.01º 0.96% 0.98% -
XYZ 47.97 68.12 101.06 -
YUV 171.5 172.29 13.52 -
System Red Green Blue C M Y K H S L
Decimal 11 238 250 0.96 0.05 0 0.02 183.01 0.96 0.51
Hex B EE FA 60 5 0 2 B7 60 33
Octal 13 356 372 140 5 0 2 267 140 63
Binary 1011 11101110 11111010 1100000 101 0 10 10110111 1100000 110011

Color Harmonies of #0BEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEEFA

Black with #0BEEFA

Text Example


Text Example

White with #0BEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,238,250); }

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

background-color css

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

 a { background-color: rgb(11,238,250); }

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

border-color css

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

 span { border-color: rgb(11,238,250); }

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