Html Css Color HEX #09F2FF Aqua

📋 copy color: '#09F2FF'

red 9 ◦ green 242 ◦ blue 255

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

Shades of Aqua #09F2FF

Tints of Aqua #09F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

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

R = 1.78%
G = 47.83%
B = 50.4%

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

#09F2FF (or 0x09F2FF) is known color: Aqua. HEX triplet: 09, F2 and FF. RGB value is (9,242,255). Sum of RGB (Red+Green+Blue) = 9+242+255=506 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.78% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #09F2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F2FF is #F60D00. Grayscale: #ADADAD. Windows color (decimal): -16125185 or 16773641. OLE color: 16773641.

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

Color convert

RGB 9 242 255 -
CMYK 0.96 0.05 0 0
HSL 183.17º 1% 0.52% -
HSV(B) 183.17º 0.96% 1% -
XYZ 49.91 70.78 105.64 -
YUV 173.82 173.81 10.44 -
System Red Green Blue C M Y K H S L
Decimal 9 242 255 0.96 0.05 0 0 183.17 1 0.52
Hex 9 F2 FF 60 5 0 0 B7 64 34
Octal 11 362 377 140 5 0 0 267 144 64
Binary 1001 11110010 11111111 1100000 101 0 0 10110111 1100100 110100

Color Harmonies of #09F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F2FF

Black with #09F2FF

Text Example


Text Example

White with #09F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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