Html Css Color HEX #A2CBEE Sail

📋 copy color: '#A2CBEE'

red 162 ◦ green 203 ◦ blue 238

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

Shades of Sail #A2CBEE

Tints of Sail #A2CBEE

RGB

 RED value IS 162 (63.67% from 255) = 26.87%

 GREEN value IS 203 (79.69% from 255) = 33.67%

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 26.87%
G = 33.67%
B = 39.47%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2CBEE (or 0xA2CBEE) is known color: Sail. HEX triplet: A2, CB and EE. RGB value is (162,203,238). Sum of RGB (Red+Green+Blue) = 162+203+238=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBEE is #5D3411. Grayscale: #C2C2C2. Windows color (decimal): -6108178 or 15649698. OLE color: 15649698.

HSL color Cylindrical-coordinate representation of color #A2CBEE: hue angle of 207.63º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CBEE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 203 238 -
CMYK 0.32 0.15 0 0.07
HSL 207.63º 0.69% 0.78% -
HSV(B) 207.63º 0.32% 0.93% -
XYZ 51.69 56.57 89.08 -
YUV 194.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 162 203 238 0.32 0.15 0 0.07 207.63 0.69 0.78
Hex A2 CB EE 20 F 0 7 D0 45 4E
Octal 242 313 356 40 17 0 7 320 105 116
Binary 10100010 11001011 11101110 100000 1111 0 111 11010000 1000101 1001110

Color Harmonies of #A2CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CBEE

Black with #A2CBEE

Text Example


Text Example

White with #A2CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CBEE; }

 p { color: rgb(162,203,238); }

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

background-color css

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

 a { background-color: rgb(162,203,238); }

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

border-color css

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

 span { border-color: rgb(162,203,238); }

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