Html Css Color HEX #AFCBEE Tropical Blue

📋 copy color: '#AFCBEE'

red 175 ◦ green 203 ◦ blue 238

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

Shades of Tropical Blue #AFCBEE

Tints of Tropical Blue #AFCBEE

RGB

 RED value IS 175 (68.75% from 255) = 28.41%

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 28.41%
G = 32.95%
B = 38.64%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFCBEE (or 0xAFCBEE) is known color: Tropical Blue. HEX triplet: AF, CB and EE. RGB value is (175,203,238). Sum of RGB (Red+Green+Blue) = 175+203+238=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCBEE is #503411. Grayscale: #C6C6C6. Windows color (decimal): -5256210 or 15649711. OLE color: 15649711.

HSL color Cylindrical-coordinate representation of color #AFCBEE: hue angle of 213.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCBEE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 203 238 -
CMYK 0.26 0.15 0 0.07
HSL 213.33º 0.65% 0.81% -
HSV(B) 213.33º 0.26% 0.93% -
XYZ 54.47 58 89.21 -
YUV 198.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 175 203 238 0.26 0.15 0 0.07 213.33 0.65 0.81
Hex AF CB EE 1A F 0 7 D5 41 51
Octal 257 313 356 32 17 0 7 325 101 121
Binary 10101111 11001011 11101110 11010 1111 0 111 11010101 1000001 1010001

Color Harmonies of #AFCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBEE

Black with #AFCBEE

Text Example


Text Example

White with #AFCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBEE; }

 p { color: rgb(175,203,238); }

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

background-color css

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

 a { background-color: rgb(175,203,238); }

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

border-color css

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

 span { border-color: rgb(175,203,238); }

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