Html Css Color HEX #74FCFD Baby Blue

📋 copy color: '#74FCFD'

red 116 ◦ green 252 ◦ blue 253

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

Shades of Baby Blue #74FCFD

Tints of Baby Blue #74FCFD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.58%

 BLUE value IS 253 (99.22% from 255) = 40.74%

R = 18.68%
G = 40.58%
B = 40.74%

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74FCFD (or 0x74FCFD) is known color: Baby Blue. HEX triplet: 74, FC and FD. RGB value is (116,252,253). Sum of RGB (Red+Green+Blue) = 116+252+253=621 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.68% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #74FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCFD is #8B0302. Grayscale: #D3D3D3. Windows color (decimal): -9110275 or 16645236. OLE color: 16645236.

HSL color Cylindrical-coordinate representation of color #74FCFD: hue angle of 180.44º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCFD is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 252 253 -
CMYK 0.54 0.00 0 0.01
HSL 180.44º 0.97% 0.72% -
HSV(B) 180.44º 0.54% 0.99% -
XYZ 59.74 80.43 105.3 -
YUV 211.45 151.44 59.92 -
System Red Green Blue C M Y K H S L
Decimal 116 252 253 0.54 0.00 0 0.01 180.44 0.97 0.72
Hex 74 FC FD 36 0 0 1 B4 61 48
Octal 164 374 375 66 0 0 1 264 141 110
Binary 1110100 11111100 11111101 110110 0 0 1 10110100 1100001 1001000

Color Harmonies of #74FCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FCFD

Black with #74FCFD

Text Example


Text Example

White with #74FCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,252,253); }

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

background-color css

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

 a { background-color: rgb(116,252,253); }

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

border-color css

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

 span { border-color: rgb(116,252,253); }

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