Html Css Color HEX #097DBC Cerulean

📋 copy color: '#097DBC'

red 9 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #097DBC

Tints of Cerulean #097DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 2.8%
G = 38.82%
B = 58.39%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#097DBC (or 0x097DBC) is known color: Cerulean. HEX triplet: 09, 7D and BC. RGB value is (9,125,188). Sum of RGB (Red+Green+Blue) = 9+125+188=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #097DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DBC is #F68243. Grayscale: #616161. Windows color (decimal): -16155204 or 12352777. OLE color: 12352777.

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

Color convert

RGB 9 125 188 -
CMYK 0.95 0.34 0 0.26
HSL 201.12º 0.91% 0.39% -
HSV(B) 201.12º 0.95% 0.74% -
XYZ 16.52 18.36 50.25 -
YUV 97.5 179.07 64.88 -
System Red Green Blue C M Y K H S L
Decimal 9 125 188 0.95 0.34 0 0.26 201.12 0.91 0.39
Hex 9 7D BC 5F 22 0 1A C9 5B 27
Octal 11 175 274 137 42 0 32 311 133 47
Binary 1001 1111101 10111100 1011111 100010 0 11010 11001001 1011011 100111

Color Harmonies of #097DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DBC

Black with #097DBC

Text Example


Text Example

White with #097DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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