Html Css Color HEX #9FCEDA Regent St Blue

📋 copy color: '#9FCEDA'

red 159 ◦ green 206 ◦ blue 218

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

Shades of Regent St Blue #9FCEDA

Tints of Regent St Blue #9FCEDA

RGB

 RED value IS 159 (62.5% from 255) = 27.27%

 GREEN value IS 206 (80.86% from 255) = 35.33%

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

R = 27.27%
G = 35.33%
B = 37.39%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FCEDA (or 0x9FCEDA) is known color: Regent St Blue. HEX triplet: 9F, CE and DA. RGB value is (159,206,218). Sum of RGB (Red+Green+Blue) = 159+206+218=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDA is #603125. Grayscale: #C1C1C1. Windows color (decimal): -6304038 or 14339743. OLE color: 14339743.

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

Color convert

RGB 159 206 218 -
CMYK 0.27 0.06 0 0.15
HSL 192.2º 0.44% 0.74% -
HSV(B) 192.2º 0.27% 0.85% -
XYZ 49.02 56.58 74.67 -
YUV 193.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 159 206 218 0.27 0.06 0 0.15 192.2 0.44 0.74
Hex 9F CE DA 1B 6 0 F C0 2C 4A
Octal 237 316 332 33 6 0 17 300 54 112
Binary 10011111 11001110 11011010 11011 110 0 1111 11000000 101100 1001010

Color Harmonies of #9FCEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEDA

Black with #9FCEDA

Text Example


Text Example

White with #9FCEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,218); }

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

background-color css

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

 a { background-color: rgb(159,206,218); }

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

border-color css

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

 span { border-color: rgb(159,206,218); }

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