Html Css Color HEX #9ACFDF Regent St Blue

📋 copy color: '#9ACFDF'

red 154 ◦ green 207 ◦ blue 223

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

Shades of Regent St Blue #9ACFDF

Tints of Regent St Blue #9ACFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 26.37%
G = 35.45%
B = 38.18%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ACFDF (or 0x9ACFDF) is known color: Regent St Blue. HEX triplet: 9A, CF and DF. RGB value is (154,207,223). Sum of RGB (Red+Green+Blue) = 154+207+223=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ACFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFDF is #653020. Grayscale: #C0C0C0. Windows color (decimal): -6631457 or 14667674. OLE color: 14667674.

HSL color Cylindrical-coordinate representation of color #9ACFDF: hue angle of 193.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACFDF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 207 223 -
CMYK 0.31 0.07 0 0.13
HSL 193.91º 0.52% 0.74% -
HSV(B) 193.91º 0.31% 0.87% -
XYZ 48.96 56.82 78.2 -
YUV 192.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 154 207 223 0.31 0.07 0 0.13 193.91 0.52 0.74
Hex 9A CF DF 1F 7 0 D C2 34 4A
Octal 232 317 337 37 7 0 15 302 64 112
Binary 10011010 11001111 11011111 11111 111 0 1101 11000010 110100 1001010

Color Harmonies of #9ACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACFDF

Black with #9ACFDF

Text Example


Text Example

White with #9ACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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