Html Css Color HEX #A4CBFA Pale Cornflower Blue

📋 copy color: '#A4CBFA'

red 164 ◦ green 203 ◦ blue 250

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

Shades of Pale Cornflower Blue #A4CBFA

Tints of Pale Cornflower Blue #A4CBFA

RGB

 RED value IS 164 (64.45% from 255) = 26.58%

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 26.58%
G = 32.9%
B = 40.52%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4CBFA (or 0xA4CBFA) is known color: Pale Cornflower Blue. HEX triplet: A4, CB and FA. RGB value is (164,203,250). Sum of RGB (Red+Green+Blue) = 164+203+250=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBFA is #5B3405. Grayscale: #C4C4C4. Windows color (decimal): -5977094 or 16436132. OLE color: 16436132.

HSL color Cylindrical-coordinate representation of color #A4CBFA: hue angle of 212.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CBFA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 203 250 -
CMYK 0.34 0.19 0 0.02
HSL 212.79º 0.9% 0.81% -
HSV(B) 212.79º 0.34% 0.98% -
XYZ 53.92 57.51 98.7 -
YUV 196.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 164 203 250 0.34 0.19 0 0.02 212.79 0.9 0.81
Hex A4 CB FA 22 13 0 2 D5 5A 51
Octal 244 313 372 42 23 0 2 325 132 121
Binary 10100100 11001011 11111010 100010 10011 0 10 11010101 1011010 1010001

Color Harmonies of #A4CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CBFA

Black with #A4CBFA

Text Example


Text Example

White with #A4CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CBFA; }

 p { color: rgb(164,203,250); }

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

background-color css

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

 a { background-color: rgb(164,203,250); }

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

border-color css

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

 span { border-color: rgb(164,203,250); }

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