Html Css Color HEX #94CDD7 Regent St Blue

📋 copy color: '#94CDD7'

red 148 ◦ green 205 ◦ blue 215

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

Shades of Regent St Blue #94CDD7

Tints of Regent St Blue #94CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 26.06%
G = 36.09%
B = 37.85%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#94CDD7 (or 0x94CDD7) is known color: Regent St Blue. HEX triplet: 94, CD and D7. RGB value is (148,205,215). Sum of RGB (Red+Green+Blue) = 148+205+215=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #94CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDD7 is #6B3228. Grayscale: #BDBDBD. Windows color (decimal): -7025193 or 14142868. OLE color: 14142868.

HSL color Cylindrical-coordinate representation of color #94CDD7: hue angle of 188.96º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CDD7 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 205 215 -
CMYK 0.31 0.05 0 0.16
HSL 188.96º 0.46% 0.71% -
HSV(B) 188.96º 0.31% 0.84% -
XYZ 46.31 54.86 72.44 -
YUV 189.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 148 205 215 0.31 0.05 0 0.16 188.96 0.46 0.71
Hex 94 CD D7 1F 5 0 10 BD 2E 47
Octal 224 315 327 37 5 0 20 275 56 107
Binary 10010100 11001101 11010111 11111 101 0 10000 10111101 101110 1000111

Color Harmonies of #94CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDD7

Black with #94CDD7

Text Example


Text Example

White with #94CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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