Html Css Color HEX #65FDFB Baby Blue

📋 copy color: '#65FDFB'

red 101 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #65FDFB

Tints of Baby Blue #65FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.82%

 BLUE value IS 251 (98.44% from 255) = 41.49%

R = 16.69%
G = 41.82%
B = 41.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#65FDFB (or 0x65FDFB) is known color: Baby Blue. HEX triplet: 65, FD and FB. RGB value is (101,253,251). Sum of RGB (Red+Green+Blue) = 101+253+251=605 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.69% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDFB is #9A0204. Grayscale: #CFCFCF. Windows color (decimal): -10093061 or 16514405. OLE color: 16514405.

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

Color convert

RGB 101 253 251 -
CMYK 0.60 0 0.01 0.01
HSL 179.21º 0.97% 0.69% -
HSV(B) 179.21º 0.6% 0.99% -
XYZ 57.9 79.98 103.65 -
YUV 207.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 101 253 251 0.60 0 0.01 0.01 179.21 0.97 0.69
Hex 65 FD FB 3C 0 1 1 B3 61 45
Octal 145 375 373 74 0 1 1 263 141 105
Binary 1100101 11111101 11111011 111100 0 1 1 10110011 1100001 1000101

Color Harmonies of #65FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FDFB

Black with #65FDFB

Text Example


Text Example

White with #65FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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