Html Css Color HEX #0BFCFF Aqua

📋 copy color: '#0BFCFF'

red 11 ◦ green 252 ◦ blue 255

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

Shades of Aqua #0BFCFF

Tints of Aqua #0BFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.65%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 2.12%
G = 48.65%
B = 49.23%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0BFCFF (or 0x0BFCFF) is known color: Aqua. HEX triplet: 0B, FC and FF. RGB value is (11,252,255). Sum of RGB (Red+Green+Blue) = 11+252+255=518 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.12% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BFCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFCFF is #F40300. Grayscale: #B4B4B4. Windows color (decimal): -15991553 or 16776203. OLE color: 16776203.

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

Color convert

RGB 11 252 255 -
CMYK 0.96 0.01 0 0
HSL 180.74º 1% 0.52% -
HSV(B) 180.74º 0.96% 1% -
XYZ 53 76.91 106.66 -
YUV 180.28 170.16 7.26 -
System Red Green Blue C M Y K H S L
Decimal 11 252 255 0.96 0.01 0 0 180.74 1 0.52
Hex B FC FF 60 1 0 0 B5 64 34
Octal 13 374 377 140 1 0 0 265 144 64
Binary 1011 11111100 11111111 1100000 1 0 0 10110101 1100100 110100

Color Harmonies of #0BFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFCFF

Black with #0BFCFF

Text Example


Text Example

White with #0BFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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