Html Css Color HEX #097FBC Cerulean

📋 copy color: '#097FBC'

red 9 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #097FBC

Tints of Cerulean #097FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 2.78%
G = 39.2%
B = 58.02%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#097FBC (or 0x097FBC) is known color: Cerulean. HEX triplet: 09, 7F and BC. RGB value is (9,127,188). Sum of RGB (Red+Green+Blue) = 9+127+188=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #097FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FBC is #F68043. Grayscale: #626262. Windows color (decimal): -16154692 or 12353289. OLE color: 12353289.

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

Color convert

RGB 9 127 188 -
CMYK 0.95 0.32 0 0.26
HSL 200.45º 0.91% 0.39% -
HSV(B) 200.45º 0.95% 0.74% -
XYZ 16.78 18.87 50.33 -
YUV 98.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 9 127 188 0.95 0.32 0 0.26 200.45 0.91 0.39
Hex 9 7F BC 5F 20 0 1A C8 5B 27
Octal 11 177 274 137 40 0 32 310 133 47
Binary 1001 1111111 10111100 1011111 100000 0 11010 11001000 1011011 100111

Color Harmonies of #097FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FBC

Black with #097FBC

Text Example


Text Example

White with #097FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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