Html Css Color HEX #90BECE Regent St Blue

📋 copy color: '#90BECE'

red 144 ◦ green 190 ◦ blue 206

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

Shades of Regent St Blue #90BECE

Tints of Regent St Blue #90BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

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

R = 26.67%
G = 35.19%
B = 38.15%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#90BECE (or 0x90BECE) is known color: Regent St Blue. HEX triplet: 90, BE and CE. RGB value is (144,190,206). Sum of RGB (Red+Green+Blue) = 144+190+206=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #90BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BECE is #6F4131. Grayscale: #B1B1B1. Windows color (decimal): -7291186 or 13549200. OLE color: 13549200.

HSL color Cylindrical-coordinate representation of color #90BECE: hue angle of 195.48º 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 #90BECE is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 190 206 -
CMYK 0.30 0.08 0 0.19
HSL 195.48º 0.39% 0.69% -
HSV(B) 195.48º 0.3% 0.81% -
XYZ 41.06 47.21 65.34 -
YUV 178.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 144 190 206 0.30 0.08 0 0.19 195.48 0.39 0.69
Hex 90 BE CE 1E 8 0 13 C3 27 45
Octal 220 276 316 36 10 0 23 303 47 105
Binary 10010000 10111110 11001110 11110 1000 0 10011 11000011 100111 1000101

Color Harmonies of #90BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BECE

Black with #90BECE

Text Example


Text Example

White with #90BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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