Html Css Color HEX #94BCD4 Regent St Blue

📋 copy color: '#94BCD4'

red 148 ◦ green 188 ◦ blue 212

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

Shades of Regent St Blue #94BCD4

Tints of Regent St Blue #94BCD4

RGB

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

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

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

R = 27.01%
G = 34.31%
B = 38.69%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#94BCD4 (or 0x94BCD4) is known color: Regent St Blue. HEX triplet: 94, BC and D4. RGB value is (148,188,212). Sum of RGB (Red+Green+Blue) = 148+188+212=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #94BCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BCD4 is #6B432B. Grayscale: #B2B2B2. Windows color (decimal): -7029548 or 13941908. OLE color: 13941908.

HSL color Cylindrical-coordinate representation of color #94BCD4: hue angle of 202.5º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94BCD4 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 188 212 -
CMYK 0.30 0.11 0 0.17
HSL 202.5º 0.43% 0.71% -
HSV(B) 202.5º 0.3% 0.83% -
XYZ 42.08 47.02 69.14 -
YUV 178.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 148 188 212 0.30 0.11 0 0.17 202.5 0.43 0.71
Hex 94 BC D4 1E B 0 11 CA 2B 47
Octal 224 274 324 36 13 0 21 312 53 107
Binary 10010100 10111100 11010100 11110 1011 0 10001 11001010 101011 1000111

Color Harmonies of #94BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BCD4

Black with #94BCD4

Text Example


Text Example

White with #94BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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