Html Css Color HEX #90C1CE Regent St Blue

📋 copy color: '#90C1CE'

red 144 ◦ green 193 ◦ blue 206

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

Shades of Regent St Blue #90C1CE

Tints of Regent St Blue #90C1CE

RGB

 RED value IS 144 (56.64% from 255) = 26.52%

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 26.52%
G = 35.54%
B = 37.94%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90C1CE (or 0x90C1CE) is known color: Regent St Blue. HEX triplet: 90, C1 and CE. RGB value is (144,193,206). Sum of RGB (Red+Green+Blue) = 144+193+206=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #90C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1CE is #6F3E31. Grayscale: #B3B3B3. Windows color (decimal): -7290418 or 13549968. OLE color: 13549968.

HSL color Cylindrical-coordinate representation of color #90C1CE: hue angle of 192.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90C1CE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 193 206 -
CMYK 0.30 0.06 0 0.19
HSL 192.58º 0.39% 0.69% -
HSV(B) 192.58º 0.3% 0.81% -
XYZ 41.71 48.53 65.56 -
YUV 179.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 144 193 206 0.30 0.06 0 0.19 192.58 0.39 0.69
Hex 90 C1 CE 1E 6 0 13 C1 27 45
Octal 220 301 316 36 6 0 23 301 47 105
Binary 10010000 11000001 11001110 11110 110 0 10011 11000001 100111 1000101

Color Harmonies of #90C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C1CE

Black with #90C1CE

Text Example


Text Example

White with #90C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90C1CE; }

 p { color: rgb(144,193,206); }

 H1.HeaderClassName
 {
   color: #90C1CE;
 }
 .AnyTagClassName
 {
   color: #90C1CE;
 }
</style>

background-color css

<style>
 a { background-color: #90C1CE; }

 a { background-color: rgb(144,193,206); }

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

border-color css

<style>
 span { border-color: #90C1CE; }

 span { border-color: rgb(144,193,206); }

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