Html Css Color HEX #097FBA Cerulean

📋 copy color: '#097FBA'

red 9 ◦ green 127 ◦ blue 186

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

Shades of Cerulean #097FBA

Tints of Cerulean #097FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.76%

R = 2.8%
G = 39.44%
B = 57.76%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#097FBA (or 0x097FBA) is known color: Cerulean. HEX triplet: 09, 7F and BA. RGB value is (9,127,186). Sum of RGB (Red+Green+Blue) = 9+127+186=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #097FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FBA is #F68045. Grayscale: #626262. Windows color (decimal): -16154694 or 12222217. OLE color: 12222217.

HSL color Cylindrical-coordinate representation of color #097FBA: hue angle of 200º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FBA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 127 186 -
CMYK 0.95 0.32 0 0.27
HSL 200º 0.91% 0.38% -
HSV(B) 200º 0.95% 0.73% -
XYZ 16.56 18.78 49.21 -
YUV 98.44 177.41 64.2 -
System Red Green Blue C M Y K H S L
Decimal 9 127 186 0.95 0.32 0 0.27 200 0.91 0.38
Hex 9 7F BA 5F 20 0 1B C8 5B 26
Octal 11 177 272 137 40 0 33 310 133 46
Binary 1001 1111111 10111010 1011111 100000 0 11011 11001000 1011011 100110

Color Harmonies of #097FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FBA

Black with #097FBA

Text Example


Text Example

White with #097FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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