Html Css Color HEX #09F1FF Aqua

📋 copy color: '#09F1FF'

red 9 ◦ green 241 ◦ blue 255

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

Shades of Aqua #09F1FF

Tints of Aqua #09F1FF

RGB

 RED value IS 9 (3.91% from 255) = 1.78%

 GREEN value IS 241 (94.53% from 255) = 47.72%

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

R = 1.78%
G = 47.72%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09F1FF (or 0x09F1FF) is known color: Aqua. HEX triplet: 09, F1 and FF. RGB value is (9,241,255). Sum of RGB (Red+Green+Blue) = 9+241+255=505 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.78% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #09F1FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F1FF is #F60E00. Grayscale: #ACACAC. Windows color (decimal): -16125441 or 16773385. OLE color: 16773385.

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

Color convert

RGB 9 241 255 -
CMYK 0.96 0.05 0 0
HSL 183.41º 1% 0.52% -
HSV(B) 183.41º 0.96% 1% -
XYZ 49.62 70.19 105.54 -
YUV 173.23 174.14 10.86 -
System Red Green Blue C M Y K H S L
Decimal 9 241 255 0.96 0.05 0 0 183.41 1 0.52
Hex 9 F1 FF 60 5 0 0 B7 64 34
Octal 11 361 377 140 5 0 0 267 144 64
Binary 1001 11110001 11111111 1100000 101 0 0 10110111 1100100 110100

Color Harmonies of #09F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F1FF

Black with #09F1FF

Text Example


Text Example

White with #09F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09F1FF; }

 p { color: rgb(9,241,255); }

 H1.HeaderClassName
 {
   color: #09F1FF;
 }
 .AnyTagClassName
 {
   color: #09F1FF;
 }
</style>

background-color css

<style>
 a { background-color: #09F1FF; }

 a { background-color: rgb(9,241,255); }

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

border-color css

<style>
 span { border-color: #09F1FF; }

 span { border-color: rgb(9,241,255); }

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