Html Css Color HEX #097FBB Cerulean

📋 copy color: '#097FBB'

red 9 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #097FBB

Tints of Cerulean #097FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.89%

R = 2.79%
G = 39.32%
B = 57.89%

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

#097FBB (or 0x097FBB) is known color: Cerulean. HEX triplet: 09, 7F and BB. RGB value is (9,127,187). Sum of RGB (Red+Green+Blue) = 9+127+187=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #097FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FBB is #F68044. Grayscale: #626262. Windows color (decimal): -16154693 or 12287753. OLE color: 12287753.

HSL color Cylindrical-coordinate representation of color #097FBB: hue angle of 200.22º 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 #097FBB is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 127 187 -
CMYK 0.95 0.32 0 0.27
HSL 200.22º 0.91% 0.38% -
HSV(B) 200.22º 0.95% 0.73% -
XYZ 16.67 18.82 49.77 -
YUV 98.56 177.91 64.12 -
System Red Green Blue C M Y K H S L
Decimal 9 127 187 0.95 0.32 0 0.27 200.22 0.91 0.38
Hex 9 7F BB 5F 20 0 1B C8 5B 26
Octal 11 177 273 137 40 0 33 310 133 46
Binary 1001 1111111 10111011 1011111 100000 0 11011 11001000 1011011 100110

Color Harmonies of #097FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FBB

Black with #097FBB

Text Example


Text Example

White with #097FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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