Html Css Color HEX #A8CBFE Pale Cornflower Blue

📋 copy color: '#A8CBFE'

red 168 ◦ green 203 ◦ blue 254

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

Shades of Pale Cornflower Blue #A8CBFE

Tints of Pale Cornflower Blue #A8CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 26.88%
G = 32.48%
B = 40.64%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8CBFE (or 0xA8CBFE) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and FE. RGB value is (168,203,254). Sum of RGB (Red+Green+Blue) = 168+203+254=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBFE is #573401. Grayscale: #C6C6C6. Windows color (decimal): -5714946 or 16698280. OLE color: 16698280.

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

Color convert

RGB 168 203 254 -
CMYK 0.34 0.20 0 0.00
HSL 215.58º 0.98% 0.83% -
HSV(B) 215.58º 0.34% 1% -
XYZ 55.39 58.19 102.08 -
YUV 198.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 168 203 254 0.34 0.20 0 0.00 215.58 0.98 0.83
Hex A8 CB FE 22 14 0 0 D8 62 53
Octal 250 313 376 42 24 0 0 330 142 123
Binary 10101000 11001011 11111110 100010 10100 0 0 11011000 1100010 1010011

Color Harmonies of #A8CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBFE

Black with #A8CBFE

Text Example


Text Example

White with #A8CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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