Html Css Color HEX #0BEAFA Aqua

📋 copy color: '#0BEAFA'

red 11 ◦ green 234 ◦ blue 250

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

Shades of Aqua #0BEAFA

Tints of Aqua #0BEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.27%

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

R = 2.22%
G = 47.27%
B = 50.51%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BEAFA (or 0x0BEAFA) is known color: Aqua. HEX triplet: 0B, EA and FA. RGB value is (11,234,250). Sum of RGB (Red+Green+Blue) = 11+234+250=495 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BEAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEAFA is #F41505. Grayscale: #A8A8A8. Windows color (decimal): -15996166 or 16443915. OLE color: 16443915.

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

Color convert

RGB 11 234 250 -
CMYK 0.96 0.06 0 0.02
HSL 184.02º 0.96% 0.51% -
HSV(B) 184.02º 0.96% 0.98% -
XYZ 46.82 65.82 100.68 -
YUV 169.15 173.62 15.2 -
System Red Green Blue C M Y K H S L
Decimal 11 234 250 0.96 0.06 0 0.02 184.02 0.96 0.51
Hex B EA FA 60 6 0 2 B8 60 33
Octal 13 352 372 140 6 0 2 270 140 63
Binary 1011 11101010 11111010 1100000 110 0 10 10111000 1100000 110011

Color Harmonies of #0BEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAFA

Black with #0BEAFA

Text Example


Text Example

White with #0BEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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