Html Css Color HEX #94CDDE Regent St Blue

📋 copy color: '#94CDDE'

red 148 ◦ green 205 ◦ blue 222

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

Shades of Regent St Blue #94CDDE

Tints of Regent St Blue #94CDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 25.74%
G = 35.65%
B = 38.61%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94CDDE (or 0x94CDDE) is known color: Regent St Blue. HEX triplet: 94, CD and DE. RGB value is (148,205,222). Sum of RGB (Red+Green+Blue) = 148+205+222=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #94CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDDE is #6B3221. Grayscale: #BDBDBD. Windows color (decimal): -7025186 or 14601620. OLE color: 14601620.

HSL color Cylindrical-coordinate representation of color #94CDDE: hue angle of 193.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94CDDE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 205 222 -
CMYK 0.33 0.08 0 0.13
HSL 193.78º 0.53% 0.73% -
HSV(B) 193.78º 0.33% 0.87% -
XYZ 47.23 55.23 77.28 -
YUV 189.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 148 205 222 0.33 0.08 0 0.13 193.78 0.53 0.73
Hex 94 CD DE 21 8 0 D C2 35 49
Octal 224 315 336 41 10 0 15 302 65 111
Binary 10010100 11001101 11011110 100001 1000 0 1101 11000010 110101 1001001

Color Harmonies of #94CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDDE

Black with #94CDDE

Text Example


Text Example

White with #94CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,205,222); }

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

background-color css

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

 a { background-color: rgb(148,205,222); }

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

border-color css

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

 span { border-color: rgb(148,205,222); }

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