Html Css Color HEX #99BCD4 Regent St Blue

📋 copy color: '#99BCD4'

red 153 ◦ green 188 ◦ blue 212

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

Shades of Regent St Blue #99BCD4

Tints of Regent St Blue #99BCD4

RGB

 RED value IS 153 (60.16% from 255) = 27.67%

 GREEN value IS 188 (73.83% from 255) = 34%

 BLUE value IS 212 (83.2% from 255) = 38.34%

R = 27.67%
G = 34%
B = 38.34%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#99BCD4 (or 0x99BCD4) is known color: Regent St Blue. HEX triplet: 99, BC and D4. RGB value is (153,188,212). Sum of RGB (Red+Green+Blue) = 153+188+212=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #99BCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCD4 is #66432B. Grayscale: #B4B4B4. Windows color (decimal): -6701868 or 13941913. OLE color: 13941913.

HSL color Cylindrical-coordinate representation of color #99BCD4: hue angle of 204.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99BCD4 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 188 212 -
CMYK 0.28 0.11 0 0.17
HSL 204.41º 0.41% 0.72% -
HSV(B) 204.41º 0.28% 0.83% -
XYZ 43 47.49 69.19 -
YUV 180.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 153 188 212 0.28 0.11 0 0.17 204.41 0.41 0.72
Hex 99 BC D4 1C B 0 11 CC 29 48
Octal 231 274 324 34 13 0 21 314 51 110
Binary 10011001 10111100 11010100 11100 1011 0 10001 11001100 101001 1001000

Color Harmonies of #99BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCD4

Black with #99BCD4

Text Example


Text Example

White with #99BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BCD4; }

 p { color: rgb(153,188,212); }

 H1.HeaderClassName
 {
   color: #99BCD4;
 }
 .AnyTagClassName
 {
   color: #99BCD4;
 }
</style>

background-color css

<style>
 a { background-color: #99BCD4; }

 a { background-color: rgb(153,188,212); }

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

border-color css

<style>
 span { border-color: #99BCD4; }

 span { border-color: rgb(153,188,212); }

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