Html Css Color HEX #ABCCF2 Pale Cornflower Blue

📋 copy color: '#ABCCF2'

red 171 ◦ green 204 ◦ blue 242

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

Shades of Pale Cornflower Blue #ABCCF2

Tints of Pale Cornflower Blue #ABCCF2

RGB

 RED value IS 171 (67.19% from 255) = 27.71%

 GREEN value IS 204 (80.08% from 255) = 33.06%

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

R = 27.71%
G = 33.06%
B = 39.22%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABCCF2 (or 0xABCCF2) is known color: Pale Cornflower Blue. HEX triplet: AB, CC and F2. RGB value is (171,204,242). Sum of RGB (Red+Green+Blue) = 171+204+242=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCCF2 is #54330D. Grayscale: #C6C6C6. Windows color (decimal): -5518094 or 15912107. OLE color: 15912107.

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

Color convert

RGB 171 204 242 -
CMYK 0.29 0.16 0 0.05
HSL 212.11º 0.73% 0.81% -
HSV(B) 212.11º 0.29% 0.95% -
XYZ 54.41 58.25 92.38 -
YUV 198.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 171 204 242 0.29 0.16 0 0.05 212.11 0.73 0.81
Hex AB CC F2 1D 10 0 5 D4 49 51
Octal 253 314 362 35 20 0 5 324 111 121
Binary 10101011 11001100 11110010 11101 10000 0 101 11010100 1001001 1010001

Color Harmonies of #ABCCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCF2

Black with #ABCCF2

Text Example


Text Example

White with #ABCCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCF2; }

 p { color: rgb(171,204,242); }

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

background-color css

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

 a { background-color: rgb(171,204,242); }

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

border-color css

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

 span { border-color: rgb(171,204,242); }

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