Html Css Color HEX #94BBCF Regent St Blue

📋 copy color: '#94BBCF'

red 148 ◦ green 187 ◦ blue 207

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

Shades of Regent St Blue #94BBCF

Tints of Regent St Blue #94BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.5%

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 27.31%
G = 34.5%
B = 38.19%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94BBCF (or 0x94BBCF) is known color: Regent St Blue. HEX triplet: 94, BB and CF. RGB value is (148,187,207). Sum of RGB (Red+Green+Blue) = 148+187+207=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #94BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBCF is #6B4430. Grayscale: #B1B1B1. Windows color (decimal): -7029809 or 13613972. OLE color: 13613972.

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

Color convert

RGB 148 187 207 -
CMYK 0.29 0.10 0 0.19
HSL 200.34º 0.38% 0.7% -
HSV(B) 200.34º 0.29% 0.81% -
XYZ 41.25 46.34 65.8 -
YUV 177.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 148 187 207 0.29 0.10 0 0.19 200.34 0.38 0.7
Hex 94 BB CF 1D A 0 13 C8 26 46
Octal 224 273 317 35 12 0 23 310 46 106
Binary 10010100 10111011 11001111 11101 1010 0 10011 11001000 100110 1000110

Color Harmonies of #94BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBCF

Black with #94BBCF

Text Example


Text Example

White with #94BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,187,207); }

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

background-color css

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

 a { background-color: rgb(148,187,207); }

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

border-color css

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

 span { border-color: rgb(148,187,207); }

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