Html Css Color HEX #94CFE0 Regent St Blue

📋 copy color: '#94CFE0'

red 148 ◦ green 207 ◦ blue 224

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

Shades of Regent St Blue #94CFE0

Tints of Regent St Blue #94CFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.75%

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 25.56%
G = 35.75%
B = 38.69%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#94CFE0 (or 0x94CFE0) is known color: Regent St Blue. HEX triplet: 94, CF and E0. RGB value is (148,207,224). Sum of RGB (Red+Green+Blue) = 148+207+224=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #94CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CFE0 is #6B301F. Grayscale: #BFBFBF. Windows color (decimal): -7024672 or 14733204. OLE color: 14733204.

HSL color Cylindrical-coordinate representation of color #94CFE0: hue angle of 193.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94CFE0 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 207 224 -
CMYK 0.34 0.08 0 0.12
HSL 193.42º 0.55% 0.73% -
HSV(B) 193.42º 0.34% 0.88% -
XYZ 47.98 56.3 78.86 -
YUV 191.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 148 207 224 0.34 0.08 0 0.12 193.42 0.55 0.73
Hex 94 CF E0 22 8 0 C C1 37 49
Octal 224 317 340 42 10 0 14 301 67 111
Binary 10010100 11001111 11100000 100010 1000 0 1100 11000001 110111 1001001

Color Harmonies of #94CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CFE0

Black with #94CFE0

Text Example


Text Example

White with #94CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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