Html Css Color HEX #A6CAEF Pale Cornflower Blue

📋 copy color: '#A6CAEF'

red 166 ◦ green 202 ◦ blue 239

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

Shades of Pale Cornflower Blue #A6CAEF

Tints of Pale Cornflower Blue #A6CAEF

RGB

 RED value IS 166 (65.23% from 255) = 27.35%

 GREEN value IS 202 (79.3% from 255) = 33.28%

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 27.35%
G = 33.28%
B = 39.37%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6CAEF (or 0xA6CAEF) is known color: Pale Cornflower Blue. HEX triplet: A6, CA and EF. RGB value is (166,202,239). Sum of RGB (Red+Green+Blue) = 166+202+239=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAEF is #593510. Grayscale: #C3C3C3. Windows color (decimal): -5846289 or 15714982. OLE color: 15714982.

HSL color Cylindrical-coordinate representation of color #A6CAEF: hue angle of 210.41º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CAEF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 202 239 -
CMYK 0.31 0.15 0 0.06
HSL 210.41º 0.7% 0.79% -
HSV(B) 210.41º 0.31% 0.94% -
XYZ 52.43 56.58 89.82 -
YUV 195.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 166 202 239 0.31 0.15 0 0.06 210.41 0.7 0.79
Hex A6 CA EF 1F F 0 6 D2 46 4F
Octal 246 312 357 37 17 0 6 322 106 117
Binary 10100110 11001010 11101111 11111 1111 0 110 11010010 1000110 1001111

Color Harmonies of #A6CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAEF

Black with #A6CAEF

Text Example


Text Example

White with #A6CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAEF; }

 p { color: rgb(166,202,239); }

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

background-color css

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

 a { background-color: rgb(166,202,239); }

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

border-color css

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

 span { border-color: rgb(166,202,239); }

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