Html Css Color HEX #A8CBEC Pale Cornflower Blue

📋 copy color: '#A8CBEC'

red 168 ◦ green 203 ◦ blue 236

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

Shades of Pale Cornflower Blue #A8CBEC

Tints of Pale Cornflower Blue #A8CBEC

RGB

 RED value IS 168 (66.02% from 255) = 27.68%

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 27.68%
G = 33.44%
B = 38.88%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8CBEC (or 0xA8CBEC) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and EC. RGB value is (168,203,236). Sum of RGB (Red+Green+Blue) = 168+203+236=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBEC is #573413. Grayscale: #C4C4C4. Windows color (decimal): -5714964 or 15518632. OLE color: 15518632.

HSL color Cylindrical-coordinate representation of color #A8CBEC: hue angle of 209.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CBEC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 203 236 -
CMYK 0.29 0.14 0 0.07
HSL 209.12º 0.64% 0.79% -
HSV(B) 209.12º 0.29% 0.93% -
XYZ 52.64 57.09 87.6 -
YUV 196.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 168 203 236 0.29 0.14 0 0.07 209.12 0.64 0.79
Hex A8 CB EC 1D E 0 7 D1 40 4F
Octal 250 313 354 35 16 0 7 321 100 117
Binary 10101000 11001011 11101100 11101 1110 0 111 11010001 1000000 1001111

Color Harmonies of #A8CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBEC

Black with #A8CBEC

Text Example


Text Example

White with #A8CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBEC; }

 p { color: rgb(168,203,236); }

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

background-color css

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

 a { background-color: rgb(168,203,236); }

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

border-color css

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

 span { border-color: rgb(168,203,236); }

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