Html Css Color HEX #A7CBF2 Pale Cornflower Blue

📋 copy color: '#A7CBF2'

red 167 ◦ green 203 ◦ blue 242

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

Shades of Pale Cornflower Blue #A7CBF2

Tints of Pale Cornflower Blue #A7CBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 27.29%
G = 33.17%
B = 39.54%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A7CBF2 (or 0xA7CBF2) is known color: Pale Cornflower Blue. HEX triplet: A7, CB and F2. RGB value is (167,203,242). Sum of RGB (Red+Green+Blue) = 167+203+242=612 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.29% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #A7CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CBF2 is #58340D. Grayscale: #C4C4C4. Windows color (decimal): -5780494 or 15911847. OLE color: 15911847.

HSL color Cylindrical-coordinate representation of color #A7CBF2: hue angle of 211.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7CBF2 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 203 242 -
CMYK 0.31 0.16 0 0.05
HSL 211.2º 0.74% 0.8% -
HSV(B) 211.2º 0.31% 0.95% -
XYZ 53.32 57.34 92.26 -
YUV 196.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 167 203 242 0.31 0.16 0 0.05 211.2 0.74 0.8
Hex A7 CB F2 1F 10 0 5 D3 4A 50
Octal 247 313 362 37 20 0 5 323 112 120
Binary 10100111 11001011 11110010 11111 10000 0 101 11010011 1001010 1010000

Color Harmonies of #A7CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CBF2

Black with #A7CBF2

Text Example


Text Example

White with #A7CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CBF2; }

 p { color: rgb(167,203,242); }

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

background-color css

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

 a { background-color: rgb(167,203,242); }

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

border-color css

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

 span { border-color: rgb(167,203,242); }

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