Html Css Color HEX #9BCADA Regent St Blue

📋 copy color: '#9BCADA'

red 155 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #9BCADA

Tints of Regent St Blue #9BCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

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

R = 26.96%
G = 35.13%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BCADA (or 0x9BCADA) is known color: Regent St Blue. HEX triplet: 9B, CA and DA. RGB value is (155,202,218). Sum of RGB (Red+Green+Blue) = 155+202+218=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADA is #643525. Grayscale: #BDBDBD. Windows color (decimal): -6567206 or 14338715. OLE color: 14338715.

HSL color Cylindrical-coordinate representation of color #9BCADA: hue angle of 195.24º 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 #9BCADA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 202 218 -
CMYK 0.29 0.07 0 0.15
HSL 195.24º 0.46% 0.73% -
HSV(B) 195.24º 0.29% 0.85% -
XYZ 47.29 54.27 74.31 -
YUV 189.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 155 202 218 0.29 0.07 0 0.15 195.24 0.46 0.73
Hex 9B CA DA 1D 7 0 F C3 2E 49
Octal 233 312 332 35 7 0 17 303 56 111
Binary 10011011 11001010 11011010 11101 111 0 1111 11000011 101110 1001001

Color Harmonies of #9BCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCADA

Black with #9BCADA

Text Example


Text Example

White with #9BCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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