Html Css Color HEX #94BBCE Regent St Blue

📋 copy color: '#94BBCE'

red 148 ◦ green 187 ◦ blue 206

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

Shades of Regent St Blue #94BBCE

Tints of Regent St Blue #94BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 27.36%
G = 34.57%
B = 38.08%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94BBCE (or 0x94BBCE) is known color: Regent St Blue. HEX triplet: 94, BB and CE. RGB value is (148,187,206). Sum of RGB (Red+Green+Blue) = 148+187+206=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #94BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BBCE is #6B4431. Grayscale: #B1B1B1. Windows color (decimal): -7029810 or 13548436. OLE color: 13548436.

HSL color Cylindrical-coordinate representation of color #94BBCE: hue angle of 199.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94BBCE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 187 206 -
CMYK 0.28 0.09 0 0.19
HSL 199.66º 0.37% 0.69% -
HSV(B) 199.66º 0.28% 0.81% -
XYZ 41.12 46.29 65.16 -
YUV 177.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 148 187 206 0.28 0.09 0 0.19 199.66 0.37 0.69
Hex 94 BB CE 1C 9 0 13 C8 25 45
Octal 224 273 316 34 11 0 23 310 45 105
Binary 10010100 10111011 11001110 11100 1001 0 10011 11001000 100101 1000101

Color Harmonies of #94BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBCE

Black with #94BBCE

Text Example


Text Example

White with #94BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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