Html Css Color HEX #097BBA Cerulean

📋 copy color: '#097BBA'

red 9 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #097BBA

Tints of Cerulean #097BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.68%

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

R = 2.83%
G = 38.68%
B = 58.49%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#097BBA (or 0x097BBA) is known color: Cerulean. HEX triplet: 09, 7B and BA. RGB value is (9,123,186). Sum of RGB (Red+Green+Blue) = 9+123+186=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #097BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BBA is #F68445. Grayscale: #5F5F5F. Windows color (decimal): -16155718 or 12221193. OLE color: 12221193.

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

Color convert

RGB 9 123 186 -
CMYK 0.95 0.34 0 0.27
HSL 201.36º 0.91% 0.38% -
HSV(B) 201.36º 0.95% 0.73% -
XYZ 16.06 17.77 49.04 -
YUV 96.1 178.73 65.88 -
System Red Green Blue C M Y K H S L
Decimal 9 123 186 0.95 0.34 0 0.27 201.36 0.91 0.38
Hex 9 7B BA 5F 22 0 1B C9 5B 26
Octal 11 173 272 137 42 0 33 311 133 46
Binary 1001 1111011 10111010 1011111 100010 0 11011 11001001 1011011 100110

Color Harmonies of #097BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BBA

Black with #097BBA

Text Example


Text Example

White with #097BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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