Html Css Color HEX #9ACFDA Regent St Blue

📋 copy color: '#9ACFDA'

red 154 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #9ACFDA

Tints of Regent St Blue #9ACFDA

RGB

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

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

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

R = 26.6%
G = 35.75%
B = 37.65%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ACFDA (or 0x9ACFDA) is known color: Regent St Blue. HEX triplet: 9A, CF and DA. RGB value is (154,207,218). Sum of RGB (Red+Green+Blue) = 154+207+218=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ACFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFDA is #653025. Grayscale: #C0C0C0. Windows color (decimal): -6631462 or 14339994. OLE color: 14339994.

HSL color Cylindrical-coordinate representation of color #9ACFDA: hue angle of 190.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ACFDA is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 207 218 -
CMYK 0.29 0.05 0 0.15
HSL 190.31º 0.46% 0.73% -
HSV(B) 190.31º 0.29% 0.85% -
XYZ 48.29 56.56 74.7 -
YUV 192.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 154 207 218 0.29 0.05 0 0.15 190.31 0.46 0.73
Hex 9A CF DA 1D 5 0 F BE 2E 49
Octal 232 317 332 35 5 0 17 276 56 111
Binary 10011010 11001111 11011010 11101 101 0 1111 10111110 101110 1001001

Color Harmonies of #9ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFDA

Black with #9ACFDA

Text Example


Text Example

White with #9ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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