Html Css Color HEX #0BEEFC Aqua

📋 copy color: '#0BEEFC'

red 11 ◦ green 238 ◦ blue 252

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

Shades of Aqua #0BEEFC

Tints of Aqua #0BEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 2.2%
G = 47.5%
B = 50.3%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BEEFC (or 0x0BEEFC) is known color: Aqua. HEX triplet: 0B, EE and FC. RGB value is (11,238,252). Sum of RGB (Red+Green+Blue) = 11+238+252=501 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BEEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEEFC is #F41103. Grayscale: #ABABAB. Windows color (decimal): -15995140 or 16576011. OLE color: 16576011.

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

Color convert

RGB 11 238 252 -
CMYK 0.96 0.06 0 0.01
HSL 183.49º 0.98% 0.52% -
HSV(B) 183.49º 0.96% 0.99% -
XYZ 48.28 68.25 102.72 -
YUV 171.72 173.29 13.36 -
System Red Green Blue C M Y K H S L
Decimal 11 238 252 0.96 0.06 0 0.01 183.49 0.98 0.52
Hex B EE FC 60 6 0 1 B7 62 34
Octal 13 356 374 140 6 0 1 267 142 64
Binary 1011 11101110 11111100 1100000 110 0 1 10110111 1100010 110100

Color Harmonies of #0BEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEEFC

Black with #0BEEFC

Text Example


Text Example

White with #0BEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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