Html Css Color HEX #AACBFD Pale Cornflower Blue

📋 copy color: '#AACBFD'

red 170 ◦ green 203 ◦ blue 253

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

Shades of Pale Cornflower Blue #AACBFD

Tints of Pale Cornflower Blue #AACBFD

RGB

 RED value IS 170 (66.8% from 255) = 27.16%

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

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

R = 27.16%
G = 32.43%
B = 40.42%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AACBFD (or 0xAACBFD) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FD. RGB value is (170,203,253). Sum of RGB (Red+Green+Blue) = 170+203+253=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #AACBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFD is #553402. Grayscale: #C6C6C6. Windows color (decimal): -5583875 or 16632746. OLE color: 16632746.

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

Color convert

RGB 170 203 253 -
CMYK 0.33 0.20 0 0.01
HSL 216.14º 0.95% 0.83% -
HSV(B) 216.14º 0.33% 0.99% -
XYZ 55.66 58.35 101.26 -
YUV 198.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 170 203 253 0.33 0.20 0 0.01 216.14 0.95 0.83
Hex AA CB FD 21 14 0 1 D8 5F 53
Octal 252 313 375 41 24 0 1 330 137 123
Binary 10101010 11001011 11111101 100001 10100 0 1 11011000 1011111 1010011

Color Harmonies of #AACBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBFD

Black with #AACBFD

Text Example


Text Example

White with #AACBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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