Html Css Color HEX #A7CFFF Pale Cornflower Blue

📋 copy color: '#A7CFFF'

red 167 ◦ green 207 ◦ blue 255

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

Shades of Pale Cornflower Blue #A7CFFF

Tints of Pale Cornflower Blue #A7CFFF

RGB

 RED value IS 167 (65.63% from 255) = 26.55%

 GREEN value IS 207 (81.25% from 255) = 32.91%

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

R = 26.55%
G = 32.91%
B = 40.54%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7CFFF (or 0xA7CFFF) is known color: Pale Cornflower Blue. HEX triplet: A7, CF and FF. RGB value is (167,207,255). Sum of RGB (Red+Green+Blue) = 167+207+255=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFFF is #583000. Grayscale: #C8C8C8. Windows color (decimal): -5779457 or 16764839. OLE color: 16764839.

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

Color convert

RGB 167 207 255 -
CMYK 0.35 0.19 0 0
HSL 212.73º 1% 0.83% -
HSV(B) 212.73º 0.35% 1% -
XYZ 56.3 60.06 103.23 -
YUV 200.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 167 207 255 0.35 0.19 0 0 212.73 1 0.83
Hex A7 CF FF 23 13 0 0 D5 64 53
Octal 247 317 377 43 23 0 0 325 144 123
Binary 10100111 11001111 11111111 100011 10011 0 0 11010101 1100100 1010011

Color Harmonies of #A7CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CFFF

Black with #A7CFFF

Text Example


Text Example

White with #A7CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CFFF; }

 p { color: rgb(167,207,255); }

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

background-color css

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

 a { background-color: rgb(167,207,255); }

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

border-color css

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

 span { border-color: rgb(167,207,255); }

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