Html Css Color HEX #097DBA Cerulean

📋 copy color: '#097DBA'

red 9 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #097DBA

Tints of Cerulean #097DBA

RGB

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

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

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

R = 2.81%
G = 39.06%
B = 58.13%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#097DBA (or 0x097DBA) is known color: Cerulean. HEX triplet: 09, 7D and BA. RGB value is (9,125,186). Sum of RGB (Red+Green+Blue) = 9+125+186=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #097DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DBA is #F68245. Grayscale: #606060. Windows color (decimal): -16155206 or 12221705. OLE color: 12221705.

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

Color convert

RGB 9 125 186 -
CMYK 0.95 0.33 0 0.27
HSL 200.68º 0.91% 0.38% -
HSV(B) 200.68º 0.95% 0.73% -
XYZ 16.31 18.27 49.12 -
YUV 97.27 178.07 65.04 -
System Red Green Blue C M Y K H S L
Decimal 9 125 186 0.95 0.33 0 0.27 200.68 0.91 0.38
Hex 9 7D BA 5F 21 0 1B C9 5B 26
Octal 11 175 272 137 41 0 33 311 133 46
Binary 1001 1111101 10111010 1011111 100001 0 11011 11001001 1011011 100110

Color Harmonies of #097DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DBA

Black with #097DBA

Text Example


Text Example

White with #097DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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