Html Css Color HEX #A8CBFD Pale Cornflower Blue

📋 copy color: '#A8CBFD'

red 168 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #A8CBFD

Tints of Pale Cornflower Blue #A8CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 26.92%
G = 32.53%
B = 40.54%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8CBFD (or 0xA8CBFD) is known color: Pale Cornflower Blue. HEX triplet: A8, CB and FD. RGB value is (168,203,253). Sum of RGB (Red+Green+Blue) = 168+203+253=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CBFD is #573402. Grayscale: #C6C6C6. Windows color (decimal): -5714947 or 16632744. OLE color: 16632744.

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

Color convert

RGB 168 203 253 -
CMYK 0.34 0.20 0 0.01
HSL 215.29º 0.96% 0.83% -
HSV(B) 215.29º 0.34% 0.99% -
XYZ 55.23 58.13 101.24 -
YUV 198.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 168 203 253 0.34 0.20 0 0.01 215.29 0.96 0.83
Hex A8 CB FD 22 14 0 1 D7 60 53
Octal 250 313 375 42 24 0 1 327 140 123
Binary 10101000 11001011 11111101 100010 10100 0 1 11010111 1100000 1010011

Color Harmonies of #A8CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CBFD

Black with #A8CBFD

Text Example


Text Example

White with #A8CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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