Html Css Color HEX #9BCFDF Regent St Blue

📋 copy color: '#9BCFDF'

red 155 ◦ green 207 ◦ blue 223

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

Shades of Regent St Blue #9BCFDF

Tints of Regent St Blue #9BCFDF

RGB

 RED value IS 155 (60.94% from 255) = 26.5%

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

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

R = 26.5%
G = 35.38%
B = 38.12%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BCFDF (or 0x9BCFDF) is known color: Regent St Blue. HEX triplet: 9B, CF and DF. RGB value is (155,207,223). Sum of RGB (Red+Green+Blue) = 155+207+223=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFDF is #643020. Grayscale: #C1C1C1. Windows color (decimal): -6565921 or 14667675. OLE color: 14667675.

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

Color convert

RGB 155 207 223 -
CMYK 0.30 0.07 0 0.13
HSL 194.12º 0.52% 0.74% -
HSV(B) 194.12º 0.3% 0.87% -
XYZ 49.15 56.92 78.21 -
YUV 193.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 155 207 223 0.30 0.07 0 0.13 194.12 0.52 0.74
Hex 9B CF DF 1E 7 0 D C2 34 4A
Octal 233 317 337 36 7 0 15 302 64 112
Binary 10011011 11001111 11011111 11110 111 0 1101 11000010 110100 1001010

Color Harmonies of #9BCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFDF

Black with #9BCFDF

Text Example


Text Example

White with #9BCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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