Html Css Color HEX #9CBFD2 Regent St Blue

📋 copy color: '#9CBFD2'

red 156 ◦ green 191 ◦ blue 210

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

Shades of Regent St Blue #9CBFD2

Tints of Regent St Blue #9CBFD2

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 28.01%
G = 34.29%
B = 37.7%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9CBFD2 (or 0x9CBFD2) is known color: Regent St Blue. HEX triplet: 9C, BF and D2. RGB value is (156,191,210). Sum of RGB (Red+Green+Blue) = 156+191+210=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #9CBFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFD2 is #63402D. Grayscale: #B6B6B6. Windows color (decimal): -6504494 or 13811612. OLE color: 13811612.

HSL color Cylindrical-coordinate representation of color #9CBFD2: hue angle of 201.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CBFD2 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 191 210 -
CMYK 0.26 0.09 0 0.18
HSL 201.11º 0.38% 0.72% -
HSV(B) 201.11º 0.26% 0.82% -
XYZ 43.97 48.98 68.11 -
YUV 182.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 156 191 210 0.26 0.09 0 0.18 201.11 0.38 0.72
Hex 9C BF D2 1A 9 0 12 C9 26 48
Octal 234 277 322 32 11 0 22 311 46 110
Binary 10011100 10111111 11010010 11010 1001 0 10010 11001001 100110 1001000

Color Harmonies of #9CBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFD2

Black with #9CBFD2

Text Example


Text Example

White with #9CBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,210); }

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

background-color css

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

 a { background-color: rgb(156,191,210); }

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

border-color css

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

 span { border-color: rgb(156,191,210); }

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