Html Css Color HEX #1088AF Cerulean

📋 copy color: '#1088AF'

red 16 ◦ green 136 ◦ blue 175

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

Shades of Cerulean #1088AF

Tints of Cerulean #1088AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 4.89%
G = 41.59%
B = 53.52%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1088AF (or 0x1088AF) is known color: Cerulean. HEX triplet: 10, 88 and AF. RGB value is (16,136,175). Sum of RGB (Red+Green+Blue) = 16+136+175=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #1088AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1088AF is #EF7750. Grayscale: #686868. Windows color (decimal): -15693649 or 11503632. OLE color: 11503632.

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

Color convert

RGB 16 136 175 -
CMYK 0.91 0.22 0 0.31
HSL 194.72º 0.83% 0.37% -
HSV(B) 194.72º 0.91% 0.69% -
XYZ 16.76 20.81 43.69 -
YUV 104.57 167.74 64.83 -
System Red Green Blue C M Y K H S L
Decimal 16 136 175 0.91 0.22 0 0.31 194.72 0.83 0.37
Hex 10 88 AF 5B 16 0 1F C3 53 25
Octal 20 210 257 133 26 0 37 303 123 45
Binary 10000 10001000 10101111 1011011 10110 0 11111 11000011 1010011 100101

Color Harmonies of #1088AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088AF

Black with #1088AF

Text Example


Text Example

White with #1088AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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