Html Css Color HEX #9CCFDA Regent St Blue

📋 copy color: '#9CCFDA'

red 156 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #9CCFDA

Tints of Regent St Blue #9CCFDA

RGB

 RED value IS 156 (61.33% from 255) = 26.85%

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

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

R = 26.85%
G = 35.63%
B = 37.52%

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

#9CCFDA (or 0x9CCFDA) is known color: Regent St Blue. HEX triplet: 9C, CF and DA. RGB value is (156,207,218). Sum of RGB (Red+Green+Blue) = 156+207+218=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFDA is #633025. Grayscale: #C0C0C0. Windows color (decimal): -6500390 or 14339996. OLE color: 14339996.

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

Color convert

RGB 156 207 218 -
CMYK 0.28 0.05 0 0.15
HSL 190.65º 0.46% 0.73% -
HSV(B) 190.65º 0.28% 0.85% -
XYZ 48.68 56.76 74.72 -
YUV 193.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 156 207 218 0.28 0.05 0 0.15 190.65 0.46 0.73
Hex 9C CF DA 1C 5 0 F BF 2E 49
Octal 234 317 332 34 5 0 17 277 56 111
Binary 10011100 11001111 11011010 11100 101 0 1111 10111111 101110 1001001

Color Harmonies of #9CCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCFDA

Black with #9CCFDA

Text Example


Text Example

White with #9CCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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