Html Css Color HEX #9BCFDA Regent St Blue

📋 copy color: '#9BCFDA'

red 155 ◦ green 207 ◦ blue 218

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

Shades of Regent St Blue #9BCFDA

Tints of Regent St Blue #9BCFDA

RGB

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

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

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

R = 26.72%
G = 35.69%
B = 37.59%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BCFDA (or 0x9BCFDA) is known color: Regent St Blue. HEX triplet: 9B, CF and DA. RGB value is (155,207,218). Sum of RGB (Red+Green+Blue) = 155+207+218=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFDA is #643025. Grayscale: #C0C0C0. Windows color (decimal): -6565926 or 14339995. OLE color: 14339995.

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

Color convert

RGB 155 207 218 -
CMYK 0.29 0.05 0 0.15
HSL 190.48º 0.46% 0.73% -
HSV(B) 190.48º 0.29% 0.85% -
XYZ 48.49 56.66 74.71 -
YUV 192.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 155 207 218 0.29 0.05 0 0.15 190.48 0.46 0.73
Hex 9B CF DA 1D 5 0 F BE 2E 49
Octal 233 317 332 35 5 0 17 276 56 111
Binary 10011011 11001111 11011010 11101 101 0 1111 10111110 101110 1001001

Color Harmonies of #9BCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFDA

Black with #9BCFDA

Text Example


Text Example

White with #9BCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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