Html Css Color HEX #8FCBDD Anakiwa

📋 copy color: '#8FCBDD'

red 143 ◦ green 203 ◦ blue 221

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

Shades of Anakiwa #8FCBDD

Tints of Anakiwa #8FCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 25.22%
G = 35.8%
B = 38.98%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FCBDD (or 0x8FCBDD) is known color: Anakiwa. HEX triplet: 8F, CB and DD. RGB value is (143,203,221). Sum of RGB (Red+Green+Blue) = 143+203+221=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBDD is #703422. Grayscale: #BABABA. Windows color (decimal): -7353379 or 14535567. OLE color: 14535567.

HSL color Cylindrical-coordinate representation of color #8FCBDD: hue angle of 193.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCBDD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 203 221 -
CMYK 0.35 0.08 0 0.13
HSL 193.85º 0.53% 0.71% -
HSV(B) 193.85º 0.35% 0.87% -
XYZ 45.73 53.77 76.38 -
YUV 187.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 143 203 221 0.35 0.08 0 0.13 193.85 0.53 0.71
Hex 8F CB DD 23 8 0 D C2 35 47
Octal 217 313 335 43 10 0 15 302 65 107
Binary 10001111 11001011 11011101 100011 1000 0 1101 11000010 110101 1000111

Color Harmonies of #8FCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBDD

Black with #8FCBDD

Text Example


Text Example

White with #8FCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,221); }

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

background-color css

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

 a { background-color: rgb(143,203,221); }

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

border-color css

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

 span { border-color: rgb(143,203,221); }

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