Html Css Color HEX #65F5FD Baby Blue

📋 copy color: '#65F5FD'

red 101 ◦ green 245 ◦ blue 253

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

Shades of Baby Blue #65F5FD

Tints of Baby Blue #65F5FD

RGB

 RED value IS 101 (39.84% from 255) = 16.86%

 GREEN value IS 245 (96.09% from 255) = 40.9%

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

R = 16.86%
G = 40.9%
B = 42.24%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65F5FD (or 0x65F5FD) is known color: Baby Blue. HEX triplet: 65, F5 and FD. RGB value is (101,245,253). Sum of RGB (Red+Green+Blue) = 101+245+253=599 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.86% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #65F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F5FD is #9A0A02. Grayscale: #CACACA. Windows color (decimal): -10095107 or 16643429. OLE color: 16643429.

HSL color Cylindrical-coordinate representation of color #65F5FD: hue angle of 183.16º 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 #65F5FD is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 245 253 -
CMYK 0.60 0.03 0 0.01
HSL 183.16º 0.97% 0.69% -
HSV(B) 183.16º 0.6% 0.99% -
XYZ 55.75 75.16 104.5 -
YUV 202.86 156.29 55.35 -
System Red Green Blue C M Y K H S L
Decimal 101 245 253 0.60 0.03 0 0.01 183.16 0.97 0.69
Hex 65 F5 FD 3C 3 0 1 B7 61 45
Octal 145 365 375 74 3 0 1 267 141 105
Binary 1100101 11110101 11111101 111100 11 0 1 10110111 1100001 1000101

Color Harmonies of #65F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F5FD

Black with #65F5FD

Text Example


Text Example

White with #65F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F5FD; }

 p { color: rgb(101,245,253); }

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

background-color css

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

 a { background-color: rgb(101,245,253); }

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

border-color css

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

 span { border-color: rgb(101,245,253); }

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