Html Css Color HEX #65FDF6 Baby Blue

📋 copy color: '#65FDF6'

red 101 ◦ green 253 ◦ blue 246

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

Shades of Baby Blue #65FDF6

Tints of Baby Blue #65FDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41%

R = 16.83%
G = 42.17%
B = 41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#65FDF6 (or 0x65FDF6) is known color: Baby Blue. HEX triplet: 65, FD and F6. RGB value is (101,253,246). Sum of RGB (Red+Green+Blue) = 101+253+246=600 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.83% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDF6 is #9A0209. Grayscale: #CECECE. Windows color (decimal): -10093066 or 16186725. OLE color: 16186725.

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

Color convert

RGB 101 253 246 -
CMYK 0.60 0 0.03 0.01
HSL 177.24º 0.97% 0.69% -
HSV(B) 177.24º 0.6% 0.99% -
XYZ 57.13 79.67 99.56 -
YUV 206.75 150.14 52.57 -
System Red Green Blue C M Y K H S L
Decimal 101 253 246 0.60 0 0.03 0.01 177.24 0.97 0.69
Hex 65 FD F6 3C 0 3 1 B1 61 45
Octal 145 375 366 74 0 3 1 261 141 105
Binary 1100101 11111101 11110110 111100 0 11 1 10110001 1100001 1000101

Color Harmonies of #65FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FDF6

Black with #65FDF6

Text Example


Text Example

White with #65FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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