Html Css Color HEX #9ACFDD Regent St Blue

📋 copy color: '#9ACFDD'

red 154 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #9ACFDD

Tints of Regent St Blue #9ACFDD

RGB

 RED value IS 154 (60.55% from 255) = 26.46%

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 26.46%
G = 35.57%
B = 37.97%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACFDD (or 0x9ACFDD) is known color: Regent St Blue. HEX triplet: 9A, CF and DD. RGB value is (154,207,221). Sum of RGB (Red+Green+Blue) = 154+207+221=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ACFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFDD is #653022. Grayscale: #C0C0C0. Windows color (decimal): -6631459 or 14536602. OLE color: 14536602.

HSL color Cylindrical-coordinate representation of color #9ACFDD: hue angle of 192.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACFDD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 207 221 -
CMYK 0.30 0.06 0 0.13
HSL 192.54º 0.5% 0.74% -
HSV(B) 192.54º 0.3% 0.87% -
XYZ 48.69 56.72 76.79 -
YUV 192.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 154 207 221 0.30 0.06 0 0.13 192.54 0.5 0.74
Hex 9A CF DD 1E 6 0 D C1 32 4A
Octal 232 317 335 36 6 0 15 301 62 112
Binary 10011010 11001111 11011101 11110 110 0 1101 11000001 110010 1001010

Color Harmonies of #9ACFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFDD

Black with #9ACFDD

Text Example


Text Example

White with #9ACFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACFDD; }

 p { color: rgb(154,207,221); }

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

background-color css

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

 a { background-color: rgb(154,207,221); }

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

border-color css

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

 span { border-color: rgb(154,207,221); }

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