Html Css Color HEX #90CCD8 Regent St Blue

📋 copy color: '#90CCD8'

red 144 ◦ green 204 ◦ blue 216

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

Shades of Regent St Blue #90CCD8

Tints of Regent St Blue #90CCD8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 25.53%
G = 36.17%
B = 38.3%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#90CCD8 (or 0x90CCD8) is known color: Regent St Blue. HEX triplet: 90, CC and D8. RGB value is (144,204,216). Sum of RGB (Red+Green+Blue) = 144+204+216=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #90CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CCD8 is #6F3327. Grayscale: #BBBBBB. Windows color (decimal): -7287592 or 14208144. OLE color: 14208144.

HSL color Cylindrical-coordinate representation of color #90CCD8: hue angle of 190º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CCD8 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 204 216 -
CMYK 0.33 0.06 0 0.15
HSL 190º 0.48% 0.71% -
HSV(B) 190º 0.33% 0.85% -
XYZ 45.49 54.07 73.01 -
YUV 187.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 144 204 216 0.33 0.06 0 0.15 190 0.48 0.71
Hex 90 CC D8 21 6 0 F BE 30 47
Octal 220 314 330 41 6 0 17 276 60 107
Binary 10010000 11001100 11011000 100001 110 0 1111 10111110 110000 1000111

Color Harmonies of #90CCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CCD8

Black with #90CCD8

Text Example


Text Example

White with #90CCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,204,216); }

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

background-color css

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

 a { background-color: rgb(144,204,216); }

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

border-color css

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

 span { border-color: rgb(144,204,216); }

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