Html Css Color HEX #64FAFD Baby Blue

📋 copy color: '#64FAFD'

red 100 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #64FAFD

Tints of Baby Blue #64FAFD

RGB

 RED value IS 100 (39.45% from 255) = 16.58%

 GREEN value IS 250 (98.05% from 255) = 41.46%

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

R = 16.58%
G = 41.46%
B = 41.96%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64FAFD (or 0x64FAFD) is known color: Baby Blue. HEX triplet: 64, FA and FD. RGB value is (100,250,253). Sum of RGB (Red+Green+Blue) = 100+250+253=603 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.58% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #64FAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAFD is #9B0502. Grayscale: #CDCDCD. Windows color (decimal): -10159363 or 16644708. OLE color: 16644708.

HSL color Cylindrical-coordinate representation of color #64FAFD: hue angle of 181.18º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAFD is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 250 253 -
CMYK 0.60 0.01 0 0.01
HSL 181.18º 0.97% 0.69% -
HSV(B) 181.18º 0.6% 0.99% -
XYZ 57.17 78.17 105 -
YUV 205.49 154.81 52.76 -
System Red Green Blue C M Y K H S L
Decimal 100 250 253 0.60 0.01 0 0.01 181.18 0.97 0.69
Hex 64 FA FD 3C 1 0 1 B5 61 45
Octal 144 372 375 74 1 0 1 265 141 105
Binary 1100100 11111010 11111101 111100 1 0 1 10110101 1100001 1000101

Color Harmonies of #64FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAFD

Black with #64FAFD

Text Example


Text Example

White with #64FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64FAFD; }

 p { color: rgb(100,250,253); }

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

background-color css

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

 a { background-color: rgb(100,250,253); }

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

border-color css

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

 span { border-color: rgb(100,250,253); }

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