Html Css Color HEX #9DCFDA Regent St Blue

📋 copy color: '#9DCFDA'

red 157 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #9DCFDA

Tints of Regent St Blue #9DCFDA

RGB

 RED value IS 157 (61.72% from 255) = 26.98%

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

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

R = 26.98%
G = 35.57%
B = 37.46%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DCFDA (or 0x9DCFDA) is known color: Regent St Blue. HEX triplet: 9D, CF and DA. RGB value is (157,207,218). Sum of RGB (Red+Green+Blue) = 157+207+218=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDA is #623025. Grayscale: #C1C1C1. Windows color (decimal): -6434854 or 14339997. OLE color: 14339997.

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

Color convert

RGB 157 207 218 -
CMYK 0.28 0.05 0 0.15
HSL 190.82º 0.45% 0.74% -
HSV(B) 190.82º 0.28% 0.85% -
XYZ 48.87 56.86 74.73 -
YUV 193.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 157 207 218 0.28 0.05 0 0.15 190.82 0.45 0.74
Hex 9D CF DA 1C 5 0 F BF 2D 4A
Octal 235 317 332 34 5 0 17 277 55 112
Binary 10011101 11001111 11011010 11100 101 0 1111 10111111 101101 1001010

Color Harmonies of #9DCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCFDA

Black with #9DCFDA

Text Example


Text Example

White with #9DCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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