Html Css Color HEX #097FAA Cerulean

📋 copy color: '#097FAA'

red 9 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #097FAA

Tints of Cerulean #097FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 2.94%
G = 41.5%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#097FAA (or 0x097FAA) is known color: Cerulean. HEX triplet: 09, 7F and AA. RGB value is (9,127,170). Sum of RGB (Red+Green+Blue) = 9+127+170=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #097FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097FAA is #F68055. Grayscale: #606060. Windows color (decimal): -16154710 or 11173641. OLE color: 11173641.

HSL color Cylindrical-coordinate representation of color #097FAA: hue angle of 196.02º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FAA is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 127 170 -
CMYK 0.95 0.25 0 0.33
HSL 196.02º 0.9% 0.35% -
HSV(B) 196.02º 0.95% 0.67% -
XYZ 14.96 18.14 40.74 -
YUV 96.62 169.41 65.5 -
System Red Green Blue C M Y K H S L
Decimal 9 127 170 0.95 0.25 0 0.33 196.02 0.9 0.35
Hex 9 7F AA 5F 19 0 21 C4 5A 23
Octal 11 177 252 137 31 0 41 304 132 43
Binary 1001 1111111 10101010 1011111 11001 0 100001 11000100 1011010 100011

Color Harmonies of #097FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FAA

Black with #097FAA

Text Example


Text Example

White with #097FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097FAA; }

 p { color: rgb(9,127,170); }

 H1.HeaderClassName
 {
   color: #097FAA;
 }
 .AnyTagClassName
 {
   color: #097FAA;
 }
</style>

background-color css

<style>
 a { background-color: #097FAA; }

 a { background-color: rgb(9,127,170); }

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

border-color css

<style>
 span { border-color: #097FAA; }

 span { border-color: rgb(9,127,170); }

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