Html Css Color HEX #0BE4FA Aqua

📋 copy color: '#0BE4FA'

red 11 ◦ green 228 ◦ blue 250

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

Shades of Aqua #0BE4FA

Tints of Aqua #0BE4FA

RGB

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

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

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

R = 2.25%
G = 46.63%
B = 51.12%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BE4FA (or 0x0BE4FA) is known color: Aqua. HEX triplet: 0B, E4 and FA. RGB value is (11,228,250). Sum of RGB (Red+Green+Blue) = 11+228+250=489 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BE4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE4FA is #F41B05. Grayscale: #A5A5A5. Windows color (decimal): -15997702 or 16442379. OLE color: 16442379.

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

Color convert

RGB 11 228 250 -
CMYK 0.96 0.09 0 0.02
HSL 185.52º 0.96% 0.51% -
HSV(B) 185.52º 0.96% 0.98% -
XYZ 45.14 62.46 100.12 -
YUV 165.63 175.61 17.71 -
System Red Green Blue C M Y K H S L
Decimal 11 228 250 0.96 0.09 0 0.02 185.52 0.96 0.51
Hex B E4 FA 60 9 0 2 BA 60 33
Octal 13 344 372 140 11 0 2 272 140 63
Binary 1011 11100100 11111010 1100000 1001 0 10 10111010 1100000 110011

Color Harmonies of #0BE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE4FA

Black with #0BE4FA

Text Example


Text Example

White with #0BE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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