Html Css Color HEX #1088AD Cerulean

📋 copy color: '#1088AD'

red 16 ◦ green 136 ◦ blue 173

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

Shades of Cerulean #1088AD

Tints of Cerulean #1088AD

RGB

 RED value IS 16 (6.64% from 255) = 4.92%

 GREEN value IS 136 (53.52% from 255) = 41.85%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 4.92%
G = 41.85%
B = 53.23%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1088AD (or 0x1088AD) is known color: Cerulean. HEX triplet: 10, 88 and AD. RGB value is (16,136,173). Sum of RGB (Red+Green+Blue) = 16+136+173=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1088AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1088AD is #EF7752. Grayscale: #686868. Windows color (decimal): -15693651 or 11372560. OLE color: 11372560.

HSL color Cylindrical-coordinate representation of color #1088AD: hue angle of 194.14º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1088AD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 136 173 -
CMYK 0.91 0.21 0 0.32
HSL 194.14º 0.83% 0.37% -
HSV(B) 194.14º 0.91% 0.68% -
XYZ 16.56 20.74 42.66 -
YUV 104.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 16 136 173 0.91 0.21 0 0.32 194.14 0.83 0.37
Hex 10 88 AD 5B 15 0 20 C2 53 25
Octal 20 210 255 133 25 0 40 302 123 45
Binary 10000 10001000 10101101 1011011 10101 0 100000 11000010 1010011 100101

Color Harmonies of #1088AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088AD

Black with #1088AD

Text Example


Text Example

White with #1088AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1088AD; }

 p { color: rgb(16,136,173); }

 H1.HeaderClassName
 {
   color: #1088AD;
 }
 .AnyTagClassName
 {
   color: #1088AD;
 }
</style>

background-color css

<style>
 a { background-color: #1088AD; }

 a { background-color: rgb(16,136,173); }

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

border-color css

<style>
 span { border-color: #1088AD; }

 span { border-color: rgb(16,136,173); }

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