Html Css Color HEX #A8CBFF Pale Cornflower Blue

📋 copy color: '#A8CBFF'

red 168 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #A8CBFF

Tints of Pale Cornflower Blue #A8CBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 26.84%
G = 32.43%
B = 40.73%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8CBFF (or 0xA8CBFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and FF. RGB value is (168,203,255). Sum of RGB (Red+Green+Blue) = 168+203+255=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBFF is #573400. Grayscale: #C6C6C6. Windows color (decimal): -5714945 or 16763816. OLE color: 16763816.

HSL color Cylindrical-coordinate representation of color #A8CBFF: hue angle of 215.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CBFF is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 203 255 -
CMYK 0.34 0.20 0 0
HSL 215.86º 1% 0.83% -
HSV(B) 215.86º 0.34% 1% -
XYZ 55.55 58.26 102.92 -
YUV 198.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 168 203 255 0.34 0.20 0 0 215.86 1 0.83
Hex A8 CB FF 22 14 0 0 D8 64 53
Octal 250 313 377 42 24 0 0 330 144 123
Binary 10101000 11001011 11111111 100010 10100 0 0 11011000 1100100 1010011

Color Harmonies of #A8CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBFF

Black with #A8CBFF

Text Example


Text Example

White with #A8CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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