Html Css Color HEX #8FCADA Regent St Blue

📋 copy color: '#8FCADA'

red 143 ◦ green 202 ◦ blue 218

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

Shades of Regent St Blue #8FCADA

Tints of Regent St Blue #8FCADA

RGB

 RED value IS 143 (56.25% from 255) = 25.4%

 GREEN value IS 202 (79.3% from 255) = 35.88%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 25.4%
G = 35.88%
B = 38.72%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8FCADA (or 0x8FCADA) is known color: Regent St Blue. HEX triplet: 8F, CA and DA. RGB value is (143,202,218). Sum of RGB (Red+Green+Blue) = 143+202+218=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCADA is #703525. Grayscale: #BABABA. Windows color (decimal): -7353638 or 14338703. OLE color: 14338703.

HSL color Cylindrical-coordinate representation of color #8FCADA: hue angle of 192.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCADA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 202 218 -
CMYK 0.34 0.07 0 0.15
HSL 192.8º 0.5% 0.71% -
HSV(B) 192.8º 0.34% 0.85% -
XYZ 45.1 53.14 74.21 -
YUV 186.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 143 202 218 0.34 0.07 0 0.15 192.8 0.5 0.71
Hex 8F CA DA 22 7 0 F C1 32 47
Octal 217 312 332 42 7 0 17 301 62 107
Binary 10001111 11001010 11011010 100010 111 0 1111 11000001 110010 1000111

Color Harmonies of #8FCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCADA

Black with #8FCADA

Text Example


Text Example

White with #8FCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCADA; }

 p { color: rgb(143,202,218); }

 H1.HeaderClassName
 {
   color: #8FCADA;
 }
 .AnyTagClassName
 {
   color: #8FCADA;
 }
</style>

background-color css

<style>
 a { background-color: #8FCADA; }

 a { background-color: rgb(143,202,218); }

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

border-color css

<style>
 span { border-color: #8FCADA; }

 span { border-color: rgb(143,202,218); }

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