Html Css Color HEX #0BEAFD Aqua

📋 copy color: '#0BEAFD'

red 11 ◦ green 234 ◦ blue 253

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

Shades of Aqua #0BEAFD

Tints of Aqua #0BEAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 2.21%
G = 46.99%
B = 50.8%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BEAFD (or 0x0BEAFD) is known color: Aqua. HEX triplet: 0B, EA and FD. RGB value is (11,234,253). Sum of RGB (Red+Green+Blue) = 11+234+253=498 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.21% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BEAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEAFD is #F41502. Grayscale: #A9A9A9. Windows color (decimal): -15996163 or 16640523. OLE color: 16640523.

HSL color Cylindrical-coordinate representation of color #0BEAFD: hue angle of 184.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BEAFD is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 234 253 -
CMYK 0.96 0.08 0 0.01
HSL 184.71º 0.98% 0.52% -
HSV(B) 184.71º 0.96% 0.99% -
XYZ 47.29 66.01 103.18 -
YUV 169.49 175.12 14.96 -
System Red Green Blue C M Y K H S L
Decimal 11 234 253 0.96 0.08 0 0.01 184.71 0.98 0.52
Hex B EA FD 60 8 0 1 B9 62 34
Octal 13 352 375 140 10 0 1 271 142 64
Binary 1011 11101010 11111101 1100000 1000 0 1 10111001 1100010 110100

Color Harmonies of #0BEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEAFD

Black with #0BEAFD

Text Example


Text Example

White with #0BEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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