Html Css Color HEX #94BCD0 Regent St Blue

📋 copy color: '#94BCD0'

red 148 ◦ green 188 ◦ blue 208

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

Shades of Regent St Blue #94BCD0

Tints of Regent St Blue #94BCD0

RGB

 RED value IS 148 (58.2% from 255) = 27.21%

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 27.21%
G = 34.56%
B = 38.24%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#94BCD0 (or 0x94BCD0) is known color: Regent St Blue. HEX triplet: 94, BC and D0. RGB value is (148,188,208). Sum of RGB (Red+Green+Blue) = 148+188+208=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #94BCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCD0 is #6B432F. Grayscale: #B2B2B2. Windows color (decimal): -7029552 or 13679764. OLE color: 13679764.

HSL color Cylindrical-coordinate representation of color #94BCD0: hue angle of 200º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94BCD0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 188 208 -
CMYK 0.29 0.10 0 0.18
HSL 200º 0.39% 0.7% -
HSV(B) 200º 0.29% 0.82% -
XYZ 41.58 46.82 66.52 -
YUV 178.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 148 188 208 0.29 0.10 0 0.18 200 0.39 0.7
Hex 94 BC D0 1D A 0 12 C8 27 46
Octal 224 274 320 35 12 0 22 310 47 106
Binary 10010100 10111100 11010000 11101 1010 0 10010 11001000 100111 1000110

Color Harmonies of #94BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCD0

Black with #94BCD0

Text Example


Text Example

White with #94BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BCD0; }

 p { color: rgb(148,188,208); }

 H1.HeaderClassName
 {
   color: #94BCD0;
 }
 .AnyTagClassName
 {
   color: #94BCD0;
 }
</style>

background-color css

<style>
 a { background-color: #94BCD0; }

 a { background-color: rgb(148,188,208); }

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

border-color css

<style>
 span { border-color: #94BCD0; }

 span { border-color: rgb(148,188,208); }

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