Html Css Color HEX #A4CFDA Regent St Blue

📋 copy color: '#A4CFDA'

red 164 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #A4CFDA

Tints of Regent St Blue #A4CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 27.84%
G = 35.14%
B = 37.01%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A4CFDA (or 0xA4CFDA) is known color: Regent St Blue. HEX triplet: A4, CF and DA. RGB value is (164,207,218). Sum of RGB (Red+Green+Blue) = 164+207+218=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFDA is #5B3025. Grayscale: #C3C3C3. Windows color (decimal): -5976102 or 14340004. OLE color: 14340004.

HSL color Cylindrical-coordinate representation of color #A4CFDA: hue angle of 192.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CFDA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 207 218 -
CMYK 0.25 0.05 0 0.15
HSL 192.22º 0.42% 0.75% -
HSV(B) 192.22º 0.25% 0.85% -
XYZ 50.28 57.58 74.79 -
YUV 195.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 164 207 218 0.25 0.05 0 0.15 192.22 0.42 0.75
Hex A4 CF DA 19 5 0 F C0 2A 4B
Octal 244 317 332 31 5 0 17 300 52 113
Binary 10100100 11001111 11011010 11001 101 0 1111 11000000 101010 1001011

Color Harmonies of #A4CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CFDA

Black with #A4CFDA

Text Example


Text Example

White with #A4CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CFDA; }

 p { color: rgb(164,207,218); }

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

background-color css

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

 a { background-color: rgb(164,207,218); }

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

border-color css

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

 span { border-color: rgb(164,207,218); }

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