Html Css Color HEX #097FB0 Cerulean

📋 copy color: '#097FB0'

red 9 ◦ green 127 ◦ blue 176

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

Shades of Cerulean #097FB0

Tints of Cerulean #097FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 56.41%

R = 2.88%
G = 40.71%
B = 56.41%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#097FB0 (or 0x097FB0) is known color: Cerulean. HEX triplet: 09, 7F and B0. RGB value is (9,127,176). Sum of RGB (Red+Green+Blue) = 9+127+176=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #097FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097FB0 is #F6804F. Grayscale: #606060. Windows color (decimal): -16154704 or 11566857. OLE color: 11566857.

HSL color Cylindrical-coordinate representation of color #097FB0: hue angle of 197.6º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FB0 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 127 176 -
CMYK 0.95 0.28 0 0.31
HSL 197.6º 0.9% 0.36% -
HSV(B) 197.6º 0.95% 0.69% -
XYZ 15.54 18.37 43.8 -
YUV 97.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 9 127 176 0.95 0.28 0 0.31 197.6 0.9 0.36
Hex 9 7F B0 5F 1C 0 1F C6 5A 24
Octal 11 177 260 137 34 0 37 306 132 44
Binary 1001 1111111 10110000 1011111 11100 0 11111 11000110 1011010 100100

Color Harmonies of #097FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FB0

Black with #097FB0

Text Example


Text Example

White with #097FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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