Html Css Color HEX #08E5FD Aqua

📋 copy color: '#08E5FD'

red 8 ◦ green 229 ◦ blue 253

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

Shades of Aqua #08E5FD

Tints of Aqua #08E5FD

RGB

 RED value IS 8 (3.52% from 255) = 1.63%

 GREEN value IS 229 (89.84% from 255) = 46.73%

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

R = 1.63%
G = 46.73%
B = 51.63%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#08E5FD (or 0x08E5FD) is known color: Aqua. HEX triplet: 08, E5 and FD. RGB value is (8,229,253). Sum of RGB (Red+Green+Blue) = 8+229+253=490 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.63% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #08E5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E5FD is #F71A02. Grayscale: #A5A5A5. Windows color (decimal): -16194051 or 16639240. OLE color: 16639240.

HSL color Cylindrical-coordinate representation of color #08E5FD: hue angle of 185.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E5FD is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 229 253 -
CMYK 0.97 0.09 0 0.01
HSL 185.88º 0.98% 0.51% -
HSV(B) 185.88º 0.97% 0.99% -
XYZ 45.85 63.18 102.71 -
YUV 165.66 177.28 15.55 -
System Red Green Blue C M Y K H S L
Decimal 8 229 253 0.97 0.09 0 0.01 185.88 0.98 0.51
Hex 8 E5 FD 61 9 0 1 BA 62 33
Octal 10 345 375 141 11 0 1 272 142 63
Binary 1000 11100101 11111101 1100001 1001 0 1 10111010 1100010 110011

Color Harmonies of #08E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E5FD

Black with #08E5FD

Text Example


Text Example

White with #08E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08E5FD; }

 p { color: rgb(8,229,253); }

 H1.HeaderClassName
 {
   color: #08E5FD;
 }
 .AnyTagClassName
 {
   color: #08E5FD;
 }
</style>

background-color css

<style>
 a { background-color: #08E5FD; }

 a { background-color: rgb(8,229,253); }

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

border-color css

<style>
 span { border-color: #08E5FD; }

 span { border-color: rgb(8,229,253); }

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