Html Css Color HEX #9BC3DA Regent St Blue

📋 copy color: '#9BC3DA'

red 155 ◦ green 195 ◦ blue 218

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

Shades of Regent St Blue #9BC3DA

Tints of Regent St Blue #9BC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.33%

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

R = 27.29%
G = 34.33%
B = 38.38%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BC3DA (or 0x9BC3DA) is known color: Regent St Blue. HEX triplet: 9B, C3 and DA. RGB value is (155,195,218). Sum of RGB (Red+Green+Blue) = 155+195+218=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DA is #643C25. Grayscale: #B9B9B9. Windows color (decimal): -6568998 or 14336923. OLE color: 14336923.

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

Color convert

RGB 155 195 218 -
CMYK 0.29 0.11 0 0.15
HSL 201.9º 0.46% 0.73% -
HSV(B) 201.9º 0.29% 0.85% -
XYZ 45.69 51.06 73.78 -
YUV 185.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 155 195 218 0.29 0.11 0 0.15 201.9 0.46 0.73
Hex 9B C3 DA 1D B 0 F CA 2E 49
Octal 233 303 332 35 13 0 17 312 56 111
Binary 10011011 11000011 11011010 11101 1011 0 1111 11001010 101110 1001001

Color Harmonies of #9BC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3DA

Black with #9BC3DA

Text Example


Text Example

White with #9BC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,195,218); }

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

background-color css

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

 a { background-color: rgb(155,195,218); }

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

border-color css

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

 span { border-color: rgb(155,195,218); }

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