Html Css Color HEX #74CFEA Spray

📋 copy color: '#74CFEA'

red 116 ◦ green 207 ◦ blue 234

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

Shades of Spray #74CFEA

Tints of Spray #74CFEA

RGB

 RED value IS 116 (45.7% from 255) = 20.83%

 GREEN value IS 207 (81.25% from 255) = 37.16%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 20.83%
G = 37.16%
B = 42.01%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74CFEA (or 0x74CFEA) is known color: Spray. HEX triplet: 74, CF and EA. RGB value is (116,207,234). Sum of RGB (Red+Green+Blue) = 116+207+234=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #74CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFEA is #8B3015. Grayscale: #B6B6B6. Windows color (decimal): -9121814 or 15388532. OLE color: 15388532.

HSL color Cylindrical-coordinate representation of color #74CFEA: hue angle of 193.73º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74CFEA is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 207 234 -
CMYK 0.50 0.12 0 0.08
HSL 193.73º 0.74% 0.69% -
HSV(B) 193.73º 0.5% 0.92% -
XYZ 44.37 54.28 85.98 -
YUV 182.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 116 207 234 0.50 0.12 0 0.08 193.73 0.74 0.69
Hex 74 CF EA 32 C 0 8 C2 4A 45
Octal 164 317 352 62 14 0 10 302 112 105
Binary 1110100 11001111 11101010 110010 1100 0 1000 11000010 1001010 1000101

Color Harmonies of #74CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFEA

Black with #74CFEA

Text Example


Text Example

White with #74CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CFEA; }

 p { color: rgb(116,207,234); }

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

background-color css

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

 a { background-color: rgb(116,207,234); }

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

border-color css

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

 span { border-color: rgb(116,207,234); }

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